Skip to content

Commit

Permalink
ban leetcode & move meta tags to head
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDTR committed Sep 24, 2024
1 parent 9f7e8aa commit 95d7dba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/TypingAnimation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const TypingOutput = () => {
1000,
'work on homework.',
1000,
'grind Leetcode.',
'build community.',
1000,
'meet people.',
1000,
Expand Down
12 changes: 6 additions & 6 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ const width = useFull ? "md:w-full " : "lg:w-2/3 ";
---

<!doctype html>
<meta name="title" content="Undergraduate Projects Lab" />
<meta name="theme-color" content="#ff0000" />
<meta
name="description"
content="The UPL is a social club with a proud 40-year legacy. We invite you to visit us whenever the room is open, whether to relax between classes, enjoy lunch, or simply unwind. We'd love to welcome you!"
/>
<html
lang="en"
class="global-wrapper font-['Lato'] bg-off-white"
data-theme="upltheme"
>
<head>
<BaseHead title="UPL" description="" />
<meta name="title" content="Undergraduate Projects Lab" />
<meta name="theme-color" content="#ff0000" />
<meta
name="description"
content="The UPL is a social club with a proud 40-year legacy. We invite you to visit us whenever the room is open, whether to relax between classes, enjoy lunch, or simply unwind. We'd love to welcome you!"
/>
</head>
<body>
<Header />
Expand Down

0 comments on commit 95d7dba

Please sign in to comment.