File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 115
115
<!-- Consent Button -->
116
116
<MewSwitchDataTracking :useI18n =" (useI18n)" id =" consent-switch-footer-menu" :user-consent =" userConsent"
117
117
@update:consent =" (val) => emit('update:consent', val)" class =" mb-[42px]" />
118
+ <slot name =" lang-switch-footer" ></slot >
118
119
<p class =" mb-[10px]" >
119
120
© {{ year }} MyEtherWallet. All rights reserved.
120
121
</p >
Original file line number Diff line number Diff line change 144
144
<mew-mobile-menu :useI18n =" (useI18n)" :is-open =" isOpenMobileMenu" :amplitude =" $amplitude"
145
145
:link-component =" props.linkComponent" :curr-project =" props.currProject" :user-consent =" props.userConsent"
146
146
:curr-url =" ampUrl" @update:consent =" (val) => emit('update:consent', val)"
147
- @close-mobile-menu =" isOpenMobileMenu = false" />
147
+ @close-mobile-menu =" isOpenMobileMenu = false" >
148
+ <template #lang-switch >
149
+ <slot name =" lang-switch-mobile" />
150
+ </template >
151
+ </mew-mobile-menu >
148
152
</div >
149
153
</template >
150
154
<script setup lang="ts">
Original file line number Diff line number Diff line change 127
127
<!-- Consent Button -->
128
128
<MewSwitchDataTracking :useI18n =" (useI18n)" id =" consent-switch-mobile-menu" :user-consent =" userConsent"
129
129
@update:consent =" emitConsentUpdate" />
130
+ <!-- Change Language Slot-->
131
+ <slot name =" lang-switch" ></slot >
130
132
</div >
131
133
</div >
132
134
</Transition >
You can’t perform that action at this time.
0 commit comments