Skip to content

Commit

Permalink
switch default iconset
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Aug 5, 2024
1 parent 0c76b97 commit 17196c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file added public/imaginer.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ const appVersion = import.meta.env.PACKAGE_VERSION
<v-img class="mx-6" src="favicon.ico" max-width="50" />
<!--<v-app-bar-nav-icon />-->

<v-btn class="px-8" size="x-large" height="100%" prepend-icon="person" to="/"
<v-btn class="px-8" size="x-large" height="100%" prepend-icon="md:person" to="/"
><template v-if="$vuetify.display.mdAndUp">Runnerzy</template></v-btn
>
<v-btn class="px-8" size="x-large" height="100%" prepend-icon="photo_camera" to="/photo">
<v-btn class="px-8" size="x-large" height="100%" prepend-icon="md:photo_camera" to="/photo">
<template v-if="$vuetify.display.mdAndUp"> Zdjęcia podczas wydarzenia </template>
</v-btn>
<v-btn class="px-8" size="x-large" height="100%" prepend-icon="mdi:mdi-youtube" to="/youtube"
Expand Down
4 changes: 2 additions & 2 deletions src/components/InputItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ watch(inputMoney, () => {
label="Tytuł"
size="42"
required
prepend-inner-icon="mdso:uppercase"
prepend-inner-icon="uppercase"
/>
<v-text-field
clearable
Expand All @@ -162,7 +162,7 @@ watch(inputMoney, () => {
id="subtitle"
size="42"
label="Podtytuł (opcjonalne)"
prepend-inner-icon="mdso:lowercase"
prepend-inner-icon="lowercase"
/>
<v-text-field
clearable
Expand Down
2 changes: 1 addition & 1 deletion src/vuetifyInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const mdso: IconSet = {
messages: { pl, en }
},
icons: {
defaultSet: 'md',
defaultSet: 'mdso',
aliases,
sets: {
md,
Expand Down

0 comments on commit 17196c2

Please sign in to comment.