ソースを参照

feat: github link

nian 2 ヶ月 前
コミット
ecfee8a900
1 ファイル変更6 行追加1 行削除
  1. 6 1
      src/layout/header/Actions/index.vue

+ 6 - 1
src/layout/header/Actions/index.vue

@@ -13,7 +13,12 @@ defineOptions({
 <template>
   <div class="flex items-center gap-x-4">
     <div class="flex items-center gap-x-3">
-      <ButtonAnimation :animation="false">
+      <ButtonAnimation
+        :animation="false"
+        tag="a"
+        href="https://github.com/tenianon/lithe-admin"
+        target="_blank"
+      >
         <span class="iconify-[mdi--github] size-5" />
       </ButtonAnimation>
       <FullScreen />