Skip to content

Commit

Permalink
chore: Update FestivalInfoBlock component with new pre-party link and…
Browse files Browse the repository at this point in the history
… date
  • Loading branch information
dvantuyl committed May 18, 2024
1 parent b623109 commit a40a4be
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/components/home/FestivalInfoBlock.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@ import Title from '@components/Title.astro';

<!-- INFO BLOCK -->
<section class="w-full col-span-6 lg:col-span-2 content-container z-10">
<div>
<span class="flex flex-col justify-center items-center h-4 mb-6">
<a
href="https://www.facebook.com/HONKFestWest/"
class="w-full block pb-1 text-accent mb-4 tracking-normal md:mr-2 font-emphasis text-center text-lg border-accent border-dashed"
>
» pre-party Thurs May 30th!
</a>
</span>
</div>
<div>
<Title title="Upcoming Festival" center={true} />
<div
class="text-shadow flex flex-col items-center h-full text-xl sm:text-3xl font-medium tracking-wide z-10"
>
<span class="flex flex-col justify-center items-center h-4 mb-6">
<a
href="https://www.facebook.com/HONKFestWest/"
class="block lg:mb-0 text-accent-lt tracking-normal md:mr-2 font-emphasis text-center text-lg border-b-2 border-accent-lt border-dashed"
>
» pre-party Thurs May 30th!
</a>
</span>
<a href="/festival">
<span class="text-accent text-center mb-2 hidden font-emphasis">
<span class="text-gray-200">HONK!</span> FEST WEST
Expand Down

0 comments on commit a40a4be

Please sign in to comment.