+
@@ -44,7 +44,7 @@ export async function Header() {
href="https://github.com/max-programming/hacktoberfest-projects"
target="_blank"
rel="noreferrer"
- className="btn btn-square btn-ghost umami--click--github-button hover:text-hacktoberfest-light transition-colors"
+ className="btn btn-square btn-ghost umami--click--github-button hover:text-hacktoberfest-light transition-colors flex-shrink-0"
>
@@ -55,7 +55,7 @@ export async function Header() {
{/* Mobile Search - Visible only on mobile */}
-
diff --git a/src/app/(public)/_components/hero.tsx b/src/app/(public)/_components/hero.tsx
index 1e37ce7..c87c664 100644
--- a/src/app/(public)/_components/hero.tsx
+++ b/src/app/(public)/_components/hero.tsx
@@ -1,5 +1,3 @@
-'use client';
-
import { useRouter } from 'next/navigation';
import { Search } from 'lucide-react';
@@ -27,12 +25,12 @@ export function Hero() {
return (
-
-
+
-
+
Or select the programming language you would like to find
repositories for.
-
+
{mainLanguages.map(language => (
))}
-