chore: temporarily update the name removing the apostrophe
Deploy to Vercel / Deploy to Vercel (push) Successful in 2m53s

This commit is contained in:
2026-07-28 15:44:16 -03:00
parent b8bb870995
commit 06d95c3dbf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const geistMono = Geist_Mono({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Let's Event", title: "Lets Event",
description: "Schedule meetings with ease", description: "Schedule meetings with ease",
icons: { icons: {
icon: [ icon: [
+1 -1
View File
@@ -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="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="flex justify-between items-center h-16"> <div className="flex justify-between items-center h-16">
<Link href="/" className="flex items-center space-x-2"> <Link href="/" className="flex items-center space-x-2">
<span className="text-xl font-bold">Let&apos;s Event</span> <span className="text-xl font-bold">Lets Event</span>
</Link> </Link>
<Link href="/login"> <Link href="/login">
<Button>Sign In</Button> <Button>Sign In</Button>