Skip to content

Commit

Permalink
Updating website title
Browse files Browse the repository at this point in the history
  • Loading branch information
kabirsg committed Sep 24, 2024
1 parent 0e6f9a1 commit cd6ad6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/CarouselWrapper.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const images: ReactImageGalleryItem[] = await Promise.all(
originalAlt:
"A wide-angle view of a packed lecture hall with rows of students seated at desks, some with raised hands, engaging with a presenter speaking at the front.",
description:
"With over 500 attendees last year, DeltaHacks 10 is shaping up to be the biggest one yet!",
"With over 500 attendees last year, DeltaHacks 11 is shaping up to be the biggest one yet!",
},
{
image: DSC01770,
Expand Down
6 changes: 3 additions & 3 deletions src/layouts/main.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ import "@fontsource/poppins/700.css";
}

<!-- HTML Meta Tags -->
<title>DeltaHacks 10</title>
<title>DeltaHacks</title>
<meta name="description" content="The hackathon for change." />

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://deltahacks.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="DeltaHacks 10" />
<meta property="og:title" content="DeltaHacks" />
<meta property="og:description" content="The hackathon for change." />
<meta property="og:image" content="https://deltahacks.com/meta.png" />

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="deltahacks.com" />
<meta property="twitter:url" content="https://deltahacks.com/" />
<meta name="twitter:title" content="DeltaHacks 10" />
<meta name="twitter:title" content="DeltaHacks" />
<meta name="twitter:description" content="The hackathon for change." />
<meta name="twitter:image" content="https://deltahacks.com/meta.png" />

Expand Down

0 comments on commit cd6ad6e

Please sign in to comment.