components/logo.vue (9 lines of code) (raw):
<template>
<nuxt-link
to="/"
class="logo gl-flex gl-items-center gl-gap-3 gl-rounded-base gl-px-3 gl-py-2 gl-text-base gl-font-bold gl-text-current gl-no-underline"
>
<img src="../assets/pajamas-logo.svg" alt="" width="14" height="24" />
<span>Pajamas Design System</span>
</nuxt-link>
</template>