13 lines
350 B
Vue
13 lines
350 B
Vue
<template>
|
|
<a
|
|
href="https://github.com/fayazara/logspot"
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
class="fixed rounded-full h-10 w-10 bg-slate-900 bottom-4 right-4 flex items-center justify-center z-50"
|
|
>
|
|
<icon name="mdi:github" class="text-white h-6 w-6" />
|
|
</a>
|
|
</template>
|
|
<script setup></script>
|
|
<style scoped></style>
|