diff --git a/src/components/desktop/Snackbar.vue b/src/components/desktop/SnackBar.vue similarity index 100% rename from src/components/desktop/Snackbar.vue rename to src/components/desktop/SnackBar.vue diff --git a/src/desktop-main.js b/src/desktop-main.js index c504ebc8..c0737643 100644 --- a/src/desktop-main.js +++ b/src/desktop-main.js @@ -55,7 +55,7 @@ import { import AmountInput from '@/components/desktop/AmountInput.vue'; import ConfirmDialog from '@/components/desktop/ConfirmDialog.vue'; -import Snackbar from '@/components/desktop/Snackbar.vue'; +import SnackBar from '@/components/desktop/SnackBar.vue'; import '@/styles/desktop/template/base/libs/vuetify/_index.scss'; import '@/styles/desktop/template/template/index.scss'; @@ -327,7 +327,7 @@ app.component('VueDatePicker', VueDatePicker); app.component('AmountInput', AmountInput); app.component('ConfirmDialog', ConfirmDialog); -app.component('Snackbar', Snackbar); +app.component('SnackBar', SnackBar); app.config.globalProperties.$version = getVersion(); app.config.globalProperties.$buildTime = getBuildTime(); diff --git a/src/views/desktop/ExchangeRatesPage.vue b/src/views/desktop/ExchangeRatesPage.vue index ecb4232b..16193641 100644 --- a/src/views/desktop/ExchangeRatesPage.vue +++ b/src/views/desktop/ExchangeRatesPage.vue @@ -76,7 +76,7 @@ - +