Nuxt/docs/components/atoms/GitHubButton.vue

6 lines
165 B
Vue
Raw Normal View History

<template>
<Link to="https://github.com/nuxt/framework" aria-label="gitHubLink" blank class="d-icon p-3">
<IconGitHub class="w-6 h-6" />
</Link>
</template>