Skip to content

Commit

Permalink
more styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Oct 18, 2024
1 parent 5b8423f commit 8615e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Page() {

return (
<div className="flex flex-col items-center justify-center min-h-screen bg-gray-100 text-gray-800 w-full">
<h1 className="text-4xl font-bold mb-4">Welcome to React Standalone!</h1>
<h1 className="text-4xl font-bold mb-4 text-blue-600">Welcome to React Standalone!</h1>
<p className="text-lg mb-2">
Experience the power of React running directly in your browser.
</p>
Expand Down

0 comments on commit 8615e05

Please sign in to comment.