diff --git a/assets/static/cross.svg b/assets/static/cross.svg new file mode 100644 index 0000000..2264ef3 --- /dev/null +++ b/assets/static/cross.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/static/pacman.png b/assets/static/pacman.png deleted file mode 100644 index 9d5a416..0000000 Binary files a/assets/static/pacman.png and /dev/null differ diff --git a/components/PackManBackground.vue b/pages/catalog/CatalogBackground.vue similarity index 95% rename from components/PackManBackground.vue rename to pages/catalog/CatalogBackground.vue index d53c05c..666b37d 100644 --- a/components/PackManBackground.vue +++ b/pages/catalog/CatalogBackground.vue @@ -48,7 +48,7 @@ const props = defineProps(); bottom: 0; background-size: 30px; background-repeat: repeat; - background-image: url("@/assets/static/pacman.png"); + background-image: url("@/assets/static/cross.svg"); opacity: 0.1; } diff --git a/pages/catalog/index.vue b/pages/catalog/index.vue index 50a4298..2cbe387 100644 --- a/pages/catalog/index.vue +++ b/pages/catalog/index.vue @@ -19,6 +19,7 @@