chore: add GitHub repo button

This commit is contained in:
AnotiaWang
2025-02-12 12:27:56 +08:00
parent 230e1b488c
commit 33967c9ee4
2 changed files with 17 additions and 3 deletions

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