mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
13 lines
340 B
Vue
13 lines
340 B
Vue
|
<script lang="ts" setup>
|
||
|
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<NuxtLink w-fit px-16px py-8px flex items-center gap-12px text-app-white hover:text-app-black hover:bg-app-white uppercase cursor-pointer>
|
||
|
<UnoIcon i-heroicons-solid-arrow-left text-24px />
|
||
|
<div text="16px" leading-24px font-400>
|
||
|
<slot />
|
||
|
</div>
|
||
|
</NuxtLink>
|
||
|
</template>
|