Skip to content

Commit

Permalink
Remove affiliation with community operated mastodon bot
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Mar 24, 2023
1 parent 62cf613 commit c1c78c1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<template>
<v-fragment>
<a rel="me" href="https://botsin.space/@HowOldIsJava8" class="hidden">Mastodon</a>
<div class="flex h-screen items-center justify-center">
<Nuxt />
<div>
<div class="flex flex-col h-screen">
<Nuxt class="flex-grow" />
</div>
</v-fragment>
</div>
</template>

0 comments on commit c1c78c1

Please sign in to comment.