Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-meta-info-on-posts
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0xity authored Oct 10, 2024
2 parents 431293d + c926f94 commit 5dde656
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/sections/CrewDescriptionComp.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const { image } = Astro.props;
text="Vel, i 2025 kan det være deg"
button={{
text: "Ta en titt på årets crewbeskrivelser",
link: "https://wannabe.gathering.org/tg25/crew",
link: "https://wannabe.tg.no/tg25/crew",
color: "bg-blue-400 self-center",
}}
backgroundColor="bg-black bg-opacity-90"
Expand Down
4 changes: 2 additions & 2 deletions src/components/sections/CrewJoinComp.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const { image } = Astro.props;
text="Søk nå, for påskens morsomste utfordring"
button={{
text: "Ta utfordringen!",
link: "https://wannabe.gathering.org",
link: "https://wannabe.tg.no",
color: "bg-orange-500 self-center",
}}
backgroundColor="bg-black bg-opacity-90"
Expand All @@ -37,7 +37,7 @@ const { image } = Astro.props;
title="Do YOU want to join the crew?"
button={{
text: "Apply",
link: "https://wannabe.gathering.org",
link: "https://wannabe.tg.no",
color: "bg-orange-500 self-center",
}}
backgroundColor="bg-black bg-opacity-80"
Expand Down
2 changes: 1 addition & 1 deletion src/components/sections/NewsComp.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const articles = await fetchArticles({
if (articles.length === 0) {
return (
<section class="text-white p-8 rounded-3xl border-solid border-4 border-backgroundSecondary my-2">
<a href="https://wannabe.gathering.org" class="container mx-auto">
<a href="https://wannabe.tg.no" class="container mx-auto">
<h1 class="text-3xl font-bold text-center mb-6">
Ser ut som noe mangler her...
</h1>
Expand Down

0 comments on commit 5dde656

Please sign in to comment.