We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd943c commit 2b8d784Copy full SHA for 2b8d784
src/App.js
@@ -2,7 +2,7 @@ function App() {
2
return (
3
<div className="App">
4
<section className="App h-screen w-full flex justify-center items-center bg-green-500">
5
- <p className="text-7xl">Curiomind</p>
+ <p className="text-7xl">🍁 Curiomind</p>
6
</section>
7
</div>
8
);
0 commit comments