diff --git a/assets/css/styles.css b/assets/css/styles.css new file mode 100644 index 0000000..e69de29 diff --git a/components/Marketplace.vue b/components/Marketplace.vue index 357f6c3..71e31d7 100644 --- a/components/Marketplace.vue +++ b/components/Marketplace.vue @@ -1,216 +1,426 @@ - diff --git a/components/player.vue b/components/player.vue index a3b231a..1261200 100644 --- a/components/player.vue +++ b/components/player.vue @@ -14,7 +14,7 @@

Description: {{ player?.description }}

-

Cost: ${{ player?.cost }}

+

Cost: {{ player?.cost }}₼

@@ -29,8 +29,8 @@ const props = defineProps<{