Skip to content

Commit 78fae4e

Browse files
committed
feat: remove status button and add status widget
Took 1 minute
1 parent 7d1ebfc commit 78fae4e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

frontend/src/components/ui/Footer.vue

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,8 @@ import { hidden, moveTo, openLink } from '@/utils'
6868
>
6969
<Hearts color="#FA4454" :size="20" />
7070
</Button>
71-
<Button
72-
aria-label="Status"
73-
variant="ghost"
74-
@click="openLink('https://status.valory.su/')"
75-
class="h-fit w-fit cursor-pointer p-2 hover:bg-[#0F121A]"
76-
>
77-
<CheckCircle :size="20" />
78-
</Button>
7971
</div>
72+
<iframe src="https://status.valory.su/badge?theme=dark" width="250" height="30" frameborder="0" scrolling="no" style="color-scheme: normal"></iframe>
8073
</div>
8174
<div
8275
class="flex"

0 commit comments

Comments
 (0)