Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ-Laser authored Jan 14, 2025
1 parent 8b1d245 commit 2f30a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function App() {
<Logo href="https://react.dev" src={reactLogo} alt="React logo" />
</span>
</div>
<h1 className="my-8 font-bold text-5xl leading-5">Vite + React</h1>
<h1 className="my-5 font-bold text-5xl">Vite + React</h1>
<div className="p-8">
<button
className="px-5 py-2 rounded-lg bg-neutral-900 border border-transparent hover:border-cyan-400 cursor-pointer transition-colors duration-250"
Expand Down

0 comments on commit 2f30a45

Please sign in to comment.