Skip to content

Commit 94c79a7

Browse files
committed
test 2
1 parent 1370721 commit 94c79a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
Hello World
15+
<h1 style={"color=black"}>Hello World</h1>
1616
<Router>
1717
<Routes>
1818
<Route path="/" element={<Index />} />

0 commit comments

Comments
 (0)