chore: temporarily update the name removing the apostrophe
Deploy to Vercel / Deploy to Vercel (push) Successful in 2m53s
Deploy to Vercel / Deploy to Vercel (push) Successful in 2m53s
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ const geistMono = Geist_Mono({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Let's Event",
|
||||
title: "Lets Event",
|
||||
description: "Schedule meetings with ease",
|
||||
icons: {
|
||||
icon: [
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ export default function Home() {
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div className="flex justify-between items-center h-16">
|
||||
<Link href="/" className="flex items-center space-x-2">
|
||||
<span className="text-xl font-bold">Let's Event</span>
|
||||
<span className="text-xl font-bold">Lets Event</span>
|
||||
</Link>
|
||||
<Link href="/login">
|
||||
<Button>Sign In</Button>
|
||||
|
||||
Reference in New Issue
Block a user