We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1370721 commit 94c79a7Copy full SHA for 94c79a7
src/App.jsx
@@ -12,7 +12,7 @@ import { DiVim } from "react-icons/di";
12
function App() {
13
return (
14
<div>
15
- Hello World
+ <h1 style={"color=black"}>Hello World</h1>
16
<Router>
17
<Routes>
18
<Route path="/" element={<Index />} />
0 commit comments