From 4bdcbe06849707e7a94131ad4d0b812ec208880c Mon Sep 17 00:00:00 2001 From: bagas Date: Mon, 9 Feb 2026 20:48:57 +0700 Subject: [PATCH] update: rebrand to tunel.live --- app/layout.tsx | 4 ++-- app/login/page.tsx | 2 +- app/page.tsx | 2 +- components/site-footer.tsx | 8 ++++---- components/site-header.tsx | 6 +++--- components/{tunnl-logo.tsx => tunel-logo.tsx} | 2 +- components/tunnel-config.tsx | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 9 files changed, 18 insertions(+), 18 deletions(-) rename components/{tunnl-logo.tsx => tunel-logo.tsx} (99%) diff --git a/app/layout.tsx b/app/layout.tsx index bfed29b..43e6d43 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,8 +13,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Tunnl Please", - description: "Tunnl is a fast and secure network with low-latency servers in Singapore. Simple, private, and reliable.", + title: "Tunel Please", + description: "Tunel is a fast and secure network with low-latency servers in Singapore. Simple, private, and reliable.", }; export default function RootLayout({ diff --git a/app/login/page.tsx b/app/login/page.tsx index 1a3c5f8..7f35a24 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -31,7 +31,7 @@ export default function LoginPage() {

- tunnl.live + tunel.live

Sign in to manage your tunnels

diff --git a/app/page.tsx b/app/page.tsx index e379eb8..66330a5 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -23,7 +23,7 @@ export default function Home() {

- tunnl.live + tunel.live

Expose your local services to the internet securely with our fast and reliable SSH tunneling service. diff --git a/components/site-footer.tsx b/components/site-footer.tsx index 87c71d8..0cbedc1 100644 --- a/components/site-footer.tsx +++ b/components/site-footer.tsx @@ -1,6 +1,6 @@ "use client" -import TunnlLogo from "./tunnl-logo" +import TunelLogo from "./tunel-logo" import Link from "next/link" export default function SiteFooter() { @@ -8,9 +8,9 @@ export default function SiteFooter() {