Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
da-in committed Apr 6, 2024
1 parent b7252da commit 81048e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<template>
<div class="text-dark-green flex flex-col items-center pb-12 pt-4">
<a class="flex items-center gap-1 text-caption-b" href="https://github.com/zzzi-ori" target="_blank">
<img class="text-dark-green" :src="github" alt="github"/>
<img class="text-dark-green" :src="github" alt="github" />
<h3>zzio-game</h3>
</a>
<span class="text-caption-r">© developers are maybe ok</span>
<span class="text-caption-r">© IT’S YOUR PRIMETIME</span>
<span class="text-caption-r">develop by zzio-games</span>
</div>
</template>
<script setup lang="ts">
Expand Down

0 comments on commit 81048e4

Please sign in to comment.