Skip to content

Commit

Permalink
💬 vinterferie -> juleferie
Browse files Browse the repository at this point in the history
  • Loading branch information
otytlandsvik committed Dec 20, 2023
1 parent aea0039 commit 49e47c0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const WinterResponse = () => {
wind={[-0.5, 0.5]}
radius={[0.5, 4.5]}
/>
<Heading>Vi har tatt vinterferie❄️ </Heading>
<Heading>Vi har tatt juleferie❄️ </Heading>
<Center>
<Text>Ses neste semester👋</Text>
<Text>Sees neste semester👋</Text>
</Center>
</Flex>
);
Expand All @@ -38,7 +38,7 @@ const NoUpcomingEvents = () => {

return (
<Flex w="100%" height="100%" flexDir="column">
<Heading>Ingen kommende arrangement 👀</Heading>
<Heading>Ingen kommende arrangementer 👀</Heading>
</Flex>
);
};
Expand Down

0 comments on commit 49e47c0

Please sign in to comment.