mirror of
https://github.com/PeterMaquiran/tvone.git
synced 2026-04-18 15:27:52 +00:00
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { useCallback, useEffect, useId, useRef, useState } from "react";
|
import { useCallback, useEffect, useId, useRef, useState } from "react";
|
||||||
|
import Image from "next/image";
|
||||||
|
|
||||||
const primaryNav = [
|
const primaryNav = [
|
||||||
{ label: "Música", href: "#" },
|
{ label: "Música", href: "#" },
|
||||||
@@ -138,10 +139,14 @@ export function TvoneSiteNav() {
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<Link href="/" className="flex shrink-0 items-center gap-2 py-1.5 text-white" onClick={closeMenu}>
|
<Link href="/" className="flex shrink-0 items-center gap-2 py-1.5 text-white" onClick={closeMenu}>
|
||||||
<span className="flex h-9 w-9 items-center justify-center rounded-full bg-white text-xs font-bold tracking-tight text-[#0066d3] sm:h-10 sm:w-10 sm:text-sm md:h-11 md:w-11">
|
<div className="relative h-10 w-9 sm:h-10 sm:w-10 md:h-19 md:w-19">
|
||||||
tv
|
<Image
|
||||||
</span>
|
src="/logo.png" // put your image in /public
|
||||||
<span className="text-xl font-bold tracking-tight sm:text-2xl">tvone</span>
|
alt="tvone logo"
|
||||||
|
fill
|
||||||
|
className="rounded-full object-cover"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
<ul className="hidden min-w-0 flex-1 items-center justify-center gap-4 lg:flex xl:gap-4">
|
<ul className="hidden min-w-0 flex-1 items-center justify-center gap-4 lg:flex xl:gap-4">
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Reference in New Issue
Block a user