Skip to content

Commit

Permalink
fix(frontend): fix website description
Browse files Browse the repository at this point in the history
  • Loading branch information
AritroSaha10 committed Jul 10, 2024
1 parent cde8d2e commit 3b443b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export default function Layout({

const title = `${name} | FraserTickets`;
const description = adminProtected
? "The digital ticketing platform for John Fraser S.S."
: "An admin page for FraserTickets.";
? "An admin page for FraserTickets."
: "The digital ticketing platform for John Fraser S.S.";

useEffect(() => {
if (user === null && loaded && userProtected) {
Expand Down

0 comments on commit 3b443b0

Please sign in to comment.