Skip to content

Commit eab0649

Browse files
committed
test 3
1 parent 94c79a7 commit eab0649

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/App.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77

88
.Signup{
99
display: none;
10+
}
11+
.Test{
12+
color: #000;
1013
}

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { DiVim } from "react-icons/di";
1212
function App() {
1313
return (
1414
<div>
15-
<h1 style={"color=black"}>Hello World</h1>
15+
<h1 className="Test">Hello World</h1>
1616
<Router>
1717
<Routes>
1818
<Route path="/" element={<Index />} />

0 commit comments

Comments
 (0)