This commit is contained in:
parent
ab448bcf53
commit
d7e4ef8c1a
1 changed files with 8 additions and 8 deletions
|
@ -63,6 +63,14 @@ import Page from "../layouts/Page.astro"
|
|||
</Text>
|
||||
</Section>
|
||||
|
||||
<Section title="Was gibt's neues?" jumpId="news">
|
||||
<Mastodon />
|
||||
</Section>
|
||||
|
||||
<Section title="Unsere Sponsoren" jumpId="sponsors">
|
||||
<Sponsors />
|
||||
</Section>
|
||||
|
||||
<Section title="Was interessiert dich?" jumpId="services">
|
||||
<Card
|
||||
name="Über uns"
|
||||
|
@ -114,14 +122,6 @@ import Page from "../layouts/Page.astro"
|
|||
</Card>
|
||||
</Section>
|
||||
|
||||
<Section title="Was gibt's neues?" jumpId="news">
|
||||
<Mastodon />
|
||||
</Section>
|
||||
|
||||
<Section title="Unsere Sponsoren" jumpId="sponsors">
|
||||
<Sponsors />
|
||||
</Section>
|
||||
|
||||
<div class="fixed bottom-4 left-4 flex">
|
||||
<a
|
||||
class="btn btn-square btn-ghost z-10 discord-left"
|
||||
|
|
Loading…
Add table
Reference in a new issue