chore: add GitHub repo button
This commit is contained in:
11
components/GitHubButton.vue
Normal file
11
components/GitHubButton.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<UButton
|
||||
color="primary"
|
||||
variant="subtle"
|
||||
icon="i-lucide-github"
|
||||
to="https://github.com/AnotiaWang/deep-research-web-ui"
|
||||
target="_blank"
|
||||
>
|
||||
GitHub
|
||||
</UButton>
|
||||
</template>
|
Reference in New Issue
Block a user