Skip to content

Commit

Permalink
Update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
froch committed May 28, 2024
1 parent 4a5d6b4 commit a3e9329
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/layouts/components/NavFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
class="flex items-center h-12 mt-5 text-sm bg-gray-100 dark:bg-[#171d30] py-2 z-10 w-full"
>
<div class="flex flex-1">
&copy;&nbsp;
{{ new Date().getFullYear() }}&nbsp;
Made With&nbsp;
<img src="../../assets/images/heart.svg" />&nbsp;
By&nbsp;
<a
class="link link-primary no-underline"
href="https://ping.pub"
target="_blank"
rel="noopener noreferrer"
>Ping.pub</a
>
<!-- &copy;&nbsp;-->
<!-- {{ new Date().getFullYear() }}&nbsp;-->
<!-- Made With&nbsp;-->
<!-- <img src="../../assets/images/heart.svg" />&nbsp;-->
<!-- By&nbsp;-->
<!-- <a-->
<!-- class="link link-primary no-underline"-->
<!-- href="https://ping.pub"-->
<!-- target="_blank"-->
<!-- rel="noopener noreferrer"-->
<!-- >Ping.pub</a-->
<!-- >-->
</div>
<div
class="hidden md:!block"
Expand All @@ -34,4 +34,4 @@
>
</div>
</footer>
</template>
</template>

0 comments on commit a3e9329

Please sign in to comment.