Skip to content

Commit

Permalink
change page title
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoLuglio committed Sep 23, 2024
1 parent 38c8412 commit 0999970
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ function ThemeGenerator() {
return (
<section className="p-4">
<main className="container mx-auto p-4">
<h1 className="text-3xl font-bold mb-4">Shadcn/ui Theme Generator</h1>
<h1 className="text-3xl font-bold mb-4">
RLabs - Shadcn/ui Theme Generator
</h1>

<section className="grid grid-cols-1 md:grid-cols-12 w-full gap-4">
<div className="md:col-span-9">
Expand Down

0 comments on commit 0999970

Please sign in to comment.