Skip to content

Commit

Permalink
fix: add 2023 to metadata title (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova authored Oct 7, 2023
1 parent 38fdb6f commit 3afb6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "@/lib/styles/bootstrap.scss";
import "@/lib/styles/globals.scss";

export const metadata: Metadata = {
title: "ZotHacks",
title: "ZotHacks 2023",
description: "Hack at UCI's premier hackathon for beginners at UCI",
};

Expand Down

0 comments on commit 3afb6b2

Please sign in to comment.