Skip to content

Commit

Permalink
Mark kommunikasjonsansvarlig as filled
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshenrik committed Oct 7, 2024
1 parent e99ff96 commit 6122e2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/content/festivalkomite/kommunikasjonsansvarlig.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fee: 10 000 (utbetales mot skattekort eller på faktura, skattefritt)
start: 1. oktober 2024
end: 1. oktober 2025
deadline: 10. september 2024
filled: false
filled: true
---

### Rollebeskrivelse
Expand Down
14 changes: 7 additions & 7 deletions src/pages/festivalkomite.astro
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ const positions = await Astro.glob("../content/festivalkomite/*.mdx");
} = position;
return filled ? (
<li>
<span class="line-through">{title}</span>&nbsp;
<Link href={`#${id}`} title={title}>
<span class="line-through">{title}</span>
</Link>
&nbsp;
</li>
) : (
<li>
Expand All @@ -112,10 +115,7 @@ const positions = await Astro.glob("../content/festivalkomite/*.mdx");
<div class="space-y-12 md:col-span-4 lg:col-span-4">
{
positions.map((position) => {
const {
Content,
frontmatter: { filled },
} = position;
const { Content } = position;
return (
<div class="space-y-16">
<Content />
Expand All @@ -127,7 +127,7 @@ const positions = await Astro.glob("../content/festivalkomite/*.mdx");
</div>
</div>
</div>
<p class="mx-auto max-w-2xl">
<!-- <p class="mx-auto max-w-2xl">
Puh, det var mye greier! Men hvis du har lest helt ned hit, så er du
kanskje interessert i å bli med i festivalkomiteen? Hvis du er det, kan
du sende en mail til festivalsjef Eirik og melde din interesse!
Expand All @@ -139,7 +139,7 @@ const positions = await Astro.glob("../content/festivalkomite/*.mdx");
href="mailto:eirik@mandaljazz.no?cc=marimarie@mandaljazz.no"
title="eirik@mandaljazz.no"
target="_blank">Meld din interesse</a
>
> -->
</div>
<Image
src={imagePathToSrc("/src/images/profil/frimerke-dans.png")}
Expand Down

0 comments on commit 6122e2c

Please sign in to comment.