Spaces:
Running
Running
Update components/Header.tsx
Browse files- components/Header.tsx +2 -3
components/Header.tsx
CHANGED
|
@@ -7,13 +7,12 @@ export default function Header() {
|
|
| 7 |
return (
|
| 8 |
<header className="relative mx-auto mt-5 flex w-full items-center justify-center px-2 pb-7 sm:px-4">
|
| 9 |
<Link href="/" className="absolute flex items-center gap-2">
|
| 10 |
-
<Image alt="header text" src={logo} className="h-5 w-5" />
|
| 11 |
<h1 className="text-xl tracking-tight">
|
| 12 |
-
<span className="text-blue-600">
|
| 13 |
</h1>
|
| 14 |
</Link>
|
| 15 |
<a
|
| 16 |
-
href="https://github.com/osanseviero/
|
| 17 |
target="_blank"
|
| 18 |
className="ml-auto hidden items-center gap-3 rounded-2xl bg-white dark:bg-[#1E293B] dark:text-gray-100 px-6 py-2 sm:flex border border-gray-200 dark:border-gray-700"
|
| 19 |
>
|
|
|
|
| 7 |
return (
|
| 8 |
<header className="relative mx-auto mt-5 flex w-full items-center justify-center px-2 pb-7 sm:px-4">
|
| 9 |
<Link href="/" className="absolute flex items-center gap-2">
|
|
|
|
| 10 |
<h1 className="text-xl tracking-tight">
|
| 11 |
+
<span className="text-blue-600">Gem</span>Coder
|
| 12 |
</h1>
|
| 13 |
</Link>
|
| 14 |
<a
|
| 15 |
+
href="https://github.com/osanseviero/gemcoder"
|
| 16 |
target="_blank"
|
| 17 |
className="ml-auto hidden items-center gap-3 rounded-2xl bg-white dark:bg-[#1E293B] dark:text-gray-100 px-6 py-2 sm:flex border border-gray-200 dark:border-gray-700"
|
| 18 |
>
|