Skip to content

Commit

Permalink
enhancement: Update status view in the lp footer (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD authored Nov 11, 2024
1 parent e9c6309 commit 4921241
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apps/lp/app/components/layout/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ const nav = [
name: 'Roadmap',
to: 'https://volta.net/HugoRCD/shelve',
},
{
name: 'Status',
to: 'https://shelve.betteruptime.com/',
}
],
},
{
Expand Down Expand Up @@ -81,6 +77,9 @@ const nav = [
HugoRCD
</NuxtLink>
</div>
<div style="color-scheme: none;" class="mt-4">
<iframe src="https://status.shelve.cloud/badge?theme=dark" height="30" />
</div>
</div>
<div class="flex gap-10">
<div v-for="item in nav" :key="item.name" class="flex flex-col gap-3">
Expand Down

0 comments on commit 4921241

Please sign in to comment.