Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update Wannabe URL #52

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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