11<script  setup lang="ts">
22import  { FOOTER_NAV_PRODUCT_DATA  } from  ' @/data/FooterNav.data' 
3- import  { hidden , openLink  } from  ' @/utils' 
3+ import  { hidden , moveTo ,  openLink  } from  " @/utils" ; 
44import  { Button  } from  ' @/components/ui/button' 
55import  Github  from  ' @/components/icons/Socials/Github.vue' 
66import  Valory  from  ' @/components/icons/Valory.vue' 
@@ -10,14 +10,20 @@ import Telegram from '@/components/icons/Socials/Telegram.vue'
1010import  { Hearts  } from  ' untitledui-js/vue' 
1111 </script >
1212<template >
13-   <footer  class =" container m-auto mt -16 flex flex-col gap-10"  >
13+   <footer  class =" container m-auto py -16 flex flex-col gap-10"  >
1414    <div  class =" flex justify-between gap-8"  >
15-       <div  class =" flex flex-col gap-8"   :class =" [hidden ? 'max-w-52' : '']"  >
16-         <Valory  :size =" 25"   />
17-         <span  class =" whitespace-pre-line font-normal"  >
15+       <div  class =" flex flex-col gap-4"   :class =" [hidden ? 'max-w-52' : '']"  >
16+         <div  @click =" moveTo('main')"   class =" flex flex-row gap-3 items-center"  >
17+           <Valory  :size =" 25"   />
18+           <span  class =" font-valory text-lg hover:text-gray-300 cursor-pointer transition-colors"  >VALORY</span >
19+         </div >
20+         <span  class =" whitespace-pre-line text-sm font-normal"  >
1821          {{ $t('footer.left.description') }}
1922        </span >
20-         <div  class =" flex flex-wrap gap-4"  >
23+         <span  class =" text-[#6f6f6f] text-xs"  >
24+           © 2023-2025 Valory. {{ $t('footer.copyright') }}
25+         </span >
26+         <div  class =" flex flex-wrap gap-2"  >
2127          <Button 
2228            aria-label =" Github" 
2329            @click =" openLink('https://github.com/ValoryApp/Valory')" 
@@ -87,9 +93,5 @@ import { Hearts } from 'untitledui-js/vue'
8793        </div >
8894      </div >
8995    </div >
90-     <div  class =" flex items-center justify-between gap-3 border-t border-white/20 py-10"  >
91-       <span  class =" text-normal"  >Valory © {{ $t('footer.copyright') }}</span >
92-       <span  class =" text-normal text-right"  >{{ $t('footer.love') }}</span >
93-     </div >
9496  </footer >
9597</template >
0 commit comments