Skip to content

Commit 9fc3283

Browse files
author
olgakup
committed
fix: styles
1 parent 88855a1 commit 9fc3283

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/libs/layouts/MewFooter.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114
<div class="text-info order-last md:order-1">
115115
<!-- Consent Button -->
116116
<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)" />
118118
<slot name="lang-switch-footer"></slot>
119-
<p class="mb-[10px]">
119+
<p class="mt-[42px] mb-[10px]">
120120
© {{ year }} MyEtherWallet. All rights reserved.
121121
</p>
122122
<p class="mb-[10px]">

src/libs/layouts/MewMobileMenu.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<div class="grid grid-cols-1 gap-6 px-6">
88
<MewLink :link-url="PROJECT_LINKS[PROJECTS.LANDING].HOME" :curr-project="props.currProject"
99
: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" />
1111
<a href="https://ccswap.myetherwallet.com/" target="_blank"
1212
class="text-lg font-medium leading-6 hoverOpacity p-2" @click="trackBuy">{{ t('buy') }}</a>
1313
<MewLink :link-url="PROJECT_LINKS[PROJECTS.PORTFOLIO].HOW_IT_WORKS_SWAP" :curr-project="props.currProject"
1414
: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" />
1616
<!-- More Features Dropdown -->
1717
<div class="text-lg font-medium leading-6" @click="featuresToggle">
1818
<div class="flex justify-between items-center hoverOpacity cursor-pointer p-2">
@@ -24,7 +24,7 @@
2424
class="grid grid-cols-1 gap-4 px-3 pt-6 pb-2 transition-all transition-[height] duration-500 ease-out">
2525
<MewLink :link-url="PROJECT_LINKS[PROJECTS.LANDING].STAKING" :curr-project="props.currProject"
2626
: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" />
2828
<MewLink :link-url="PROJECT_LINKS[PROJECTS.PORTFOLIO].HOW_IT_WORKS_NFT" :curr-project="props.currProject"
2929
:link-component="props.linkComponent" :link-text="t('more_features.nft')" @mewlink:click="trackNft"
3030
class="hoverOpacity cursor-pointer p-2" />

0 commit comments

Comments
 (0)