1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-19 15:10:58 +00:00
Nuxt/docs/components/atoms/GitHubButton.vue
2021-10-11 18:37:38 +02:00

6 lines
165 B
Vue

<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>