Skip to content

Commit 69a7515

Browse files
committed
feat: update header slogan and verify VT323 logo font
Updated header tagline to 'Discover Open Source Projects from India'. Verified FOSSRadar.in logo uses VT323 Google Font via font-logo class. Added text-sm to slogan for better sizing.
1 parent 56fb94e commit 69a7515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ export default function Home() {
3131
<div className="container mx-auto px-4 py-6">
3232
<div className="flex items-center justify-between">
3333
<div>
34-
<h1 className="text-4xl font-logo font-normal text-gray-900 dark:text-gray-100 tracking-wider">
34+
<h1 className="text-4xl font-logo text-gray-900 dark:text-gray-100 tracking-wider">
3535
FOSSRadar.in
3636
</h1>
37-
<p className="text-gray-600 dark:text-gray-400 mt-1">
38-
Discover Open Source Projects
37+
<p className="text-gray-600 dark:text-gray-400 mt-1 text-sm">
38+
Discover Open Source Projects from India
3939
</p>
4040
</div>
4141
<div className="flex items-center gap-3">

0 commit comments

Comments
 (0)