Skip to content

Commit

Permalink
Fix : Title update (#49)
Browse files Browse the repository at this point in the history
* Updating date and other outdated text items

* Updating website title

---------

Co-authored-by: Kabir Gupta <113275795+kabirsinghgupta@users.noreply.github.com>
  • Loading branch information
kabirsg and kabirsg authored Sep 24, 2024
1 parent 58efcbf commit 36006f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const { id } = Astro.props;
<!-- RGBA(19, 77, 84, 1) -->

<div
class="z-10 flex w-full flex-col gap-4 text-center text-xl font-semibold sm:w-3/4 sm:flex-row lg:w-1/2"
class="z-10 flex w-full flex-col gap-4 text-center text-xl font-semiboldsm:w-3/4 sm:flex-row lg:w-1/2"
>
<!-- <a
href="https://portal.deltahacks.com/"
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 36006f0

Please sign in to comment.