Ahmad Kholid преди 3 години
родител
ревизия
61a82ee220
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      src/newtab/pages/Collections.vue
  2. 1 1
      src/newtab/pages/settings/SettingsEditor.vue
  3. 1 1
      src/newtab/pages/settings/SettingsIndex.vue

+ 1 - 1
src/newtab/pages/Collections.vue

@@ -9,7 +9,7 @@
       </div>
       <div class="flex items-center px-4 py-2 bg-red-400 text-white rounded-lg">
         <v-remixicon name="riErrorWarningLine" class="-ml-1" />
-        <p class="ml-2">This feature will be removed in the next update</p>
+        <p class="ml-2">This feature will be removed in the future update</p>
       </div>
     </div>
     <div class="flex items-center my-6 space-x-4">

+ 1 - 1
src/newtab/pages/settings/SettingsEditor.vue

@@ -18,7 +18,7 @@
           class="p-0.5 rounded-lg"
         >
           <img
-            :src="require(`@/assets/images/${item.id}.png`).default"
+            :src="require(`@/assets/images/${item.id}.png`)"
             width="140"
             class="rounded-lg"
           />

+ 1 - 1
src/newtab/pages/settings/SettingsIndex.vue

@@ -14,7 +14,7 @@
           class="p-0.5 rounded-lg"
         >
           <img
-            :src="require(`@/assets/images/theme-${item.id}.png`).default"
+            :src="require(`@/assets/images/theme-${item.id}.png`)"
             width="140"
             class="rounded-lg"
           />