Skip to content

Commit

Permalink
Update Footer.vue
Browse files Browse the repository at this point in the history
Add other servers
  • Loading branch information
wtlgo authored Mar 27, 2024
1 parent d10c946 commit 2bf0d02
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@
src="https://api.mcbanners.com/banner/saved/RVNJcDSJaLUenQ.png"
/>
</v-col>
<v-col cols="auto">
<v-img
class="clickable"
@click="onBannerClick"
width="300px"
height="100px"
src="https://api.mcbanners.com/banner/saved/WbVGDQsrgTulAV.png"
/>
</v-col>
<v-col cols="auto">
<v-img
class="clickable"
@click="onBannerClick"
width="300px"
height="100px"
src="https://api.mcbanners.com/banner/saved/ipbDHEUHBVzvAb.png"
/>
</v-col>
</v-row>

<v-divider class="my-4" />
Expand Down

0 comments on commit 2bf0d02

Please sign in to comment.