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() {