File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/theme/components Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ import CurrencySelector from '~/components/CurrencySelector.vue';
144144import HeaderLogo from ' ~/components/HeaderLogo.vue' ;
145145import SvgImage from ' ~/components/General/SvgImage.vue' ;
146146import StoreSwitcher from ' ~/components/StoreSwitcher.vue' ;
147+ import CurrencySelector from ' ~/components/CurrencySelector.vue' ;
147148
148149export default defineComponent ({
149150 components: {
Original file line number Diff line number Diff line change 66 >
77 <SfCharacteristic class =" store-switcher" >
88 <template #title >
9- <span >{{ storeConfig.store_name }}</span >
9+ <span class = " desktop-only " >{{ storeConfig.store_name }}</span >
1010 </template >
1111 <template #icon >
1212 <nuxt-img
You can’t perform that action at this time.
0 commit comments