diff --git a/index.html b/index.html index ee62ba04..dc1c33c7 100755 --- a/index.html +++ b/index.html @@ -1,49 +1,47 @@ - - - - - - - - - - - - - - - - - - - - - Gamebrary + + + + + + + + + + + + + + + + + + + Gamebrary - + -
+
diff --git a/src/components/Board/AddList.vue b/src/components/Board/AddList.vue index 4dd1917e..da880b17 100644 --- a/src/components/Board/AddList.vue +++ b/src/components/Board/AddList.vue @@ -6,7 +6,7 @@ :title="title" ref="addList" > - + - +
diff --git a/src/components/Lists/ListSettings.vue b/src/components/Lists/ListSettings.vue index 8e792ab9..606e7ace 100644 --- a/src/components/Lists/ListSettings.vue +++ b/src/components/Lists/ListSettings.vue @@ -23,7 +23,7 @@ :disabled="isFirst" @click="moveList(listIndex, listIndex - 1)" > - + {{ $t('list.moveLeft') }} @@ -34,7 +34,7 @@ @click="moveList(listIndex, listIndex + 1)" > {{ $t('list.moveRight') }} - + diff --git a/src/components/Settings/SettingsGlobal.vue b/src/components/Settings/SettingsGlobal.vue index 6ca17968..5839099b 100644 --- a/src/components/Settings/SettingsGlobal.vue +++ b/src/components/Settings/SettingsGlobal.vue @@ -3,7 +3,6 @@

General

-
{{ $t('settings.language') }}
diff --git a/src/components/SortIcon.vue b/src/components/SortIcon.vue deleted file mode 100644 index ead1cfea..00000000 --- a/src/components/SortIcon.vue +++ /dev/null @@ -1,74 +0,0 @@ - - - - -