update: rebrand to tunel.live
Docker Build and Push / build-and-push (push) Successful in 13m31s

This commit is contained in:
2026-02-09 20:48:57 +07:00
parent 448be3576e
commit 4bdcbe0684
9 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
"use client"
import Link from "next/link"
import TunnlLogo from "./tunnl-logo"
import TunelLogo from "./tunel-logo"
import UserMenu from "./user-menu"
import { authClient } from "@/lib/auth-client";
import { redirect, RedirectType } from 'next/navigation'
@@ -27,9 +27,9 @@ export default function SiteHeader({ session }: SiteHeaderProps) {
<div className="max-w-7xl mx-auto px-4 py-4">
<div className="flex items-center justify-between">
<div className="flex items-center gap-2">
<TunnlLogo />
<TunelLogo />
<span className="text-xl font-bold">
<span className="text-emerald-400">tunnl</span>.live
<span className="text-emerald-400">tunel</span>.live
</span>
</div>