File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 114
114
<div class =" text-info order-last md:order-1" >
115
115
<!-- Consent Button -->
116
116
<MewSwitchDataTracking :useI18n =" (useI18n)" id =" consent-switch-footer-menu" :user-consent =" userConsent"
117
- @update:consent =" (val) => emit('update:consent', val)" class = " mb-[42px] " />
117
+ @update:consent =" (val) => emit('update:consent', val)" />
118
118
<slot name =" lang-switch-footer" ></slot >
119
- <p class =" mb-[10px]" >
119
+ <p class =" mt-[42px] mb-[10px]" >
120
120
© {{ year }} MyEtherWallet. All rights reserved.
121
121
</p >
122
122
<p class =" mb-[10px]" >
Original file line number Diff line number Diff line change 7
7
<div class =" grid grid-cols-1 gap-6 px-6" >
8
8
<MewLink :link-url =" PROJECT_LINKS[PROJECTS.LANDING].HOME" :curr-project =" props.currProject"
9
9
:link-component =" props.linkComponent" :link-text =" t('home')" @mewlink:click =" trackHome"
10
- class =" text-lg font-medium leading-6 hoverOpacity p-2" />
10
+ class =" text-lg font-medium leading-6 hoverOpacity p-2 capitalize " />
11
11
<a href =" https://ccswap.myetherwallet.com/" target =" _blank"
12
12
class =" text-lg font-medium leading-6 hoverOpacity p-2" @click =" trackBuy" >{{ t('buy') }}</a >
13
13
<MewLink :link-url =" PROJECT_LINKS[PROJECTS.PORTFOLIO].HOW_IT_WORKS_SWAP" :curr-project =" props.currProject"
14
14
:link-component =" props.linkComponent" :link-text =" t('swap')" @mewlink:click =" trackSwap"
15
- class =" text-lg font-medium leading-6 hoverOpacity p-2" />
15
+ class =" text-lg font-medium leading-6 hoverOpacity p-2 capitalize " />
16
16
<!-- More Features Dropdown -->
17
17
<div class =" text-lg font-medium leading-6" @click =" featuresToggle" >
18
18
<div class =" flex justify-between items-center hoverOpacity cursor-pointer p-2" >
24
24
class =" grid grid-cols-1 gap-4 px-3 pt-6 pb-2 transition-all transition-[height] duration-500 ease-out" >
25
25
<MewLink :link-url =" PROJECT_LINKS[PROJECTS.LANDING].STAKING" :curr-project =" props.currProject"
26
26
:link-component =" props.linkComponent" :link-text =" t('more_features.staking')"
27
- @mewlink:click =" trackStaking" class =" hoverOpacity cursor-pointer p-2" />
27
+ @mewlink:click =" trackStaking" class =" hoverOpacity cursor-pointer p-2 capitalize " />
28
28
<MewLink :link-url =" PROJECT_LINKS[PROJECTS.PORTFOLIO].HOW_IT_WORKS_NFT" :curr-project =" props.currProject"
29
29
:link-component =" props.linkComponent" :link-text =" t('more_features.nft')" @mewlink:click =" trackNft"
30
30
class =" hoverOpacity cursor-pointer p-2" />
You can’t perform that action at this time.
0 commit comments