From c2c2e35d003cd7fa2521dba53509dca1354bf8f0 Mon Sep 17 00:00:00 2001 From: Chris Friemann Date: Thu, 11 Jan 2024 11:04:57 +0100 Subject: [PATCH] style: 4 tabs to 2 tabs --- src/resources/vue/components/Box.vue | 49 ++++++++------- src/resources/vue/components/ItemCard.vue | 77 +++++++++++------------ 2 files changed, 63 insertions(+), 63 deletions(-) diff --git a/src/resources/vue/components/Box.vue b/src/resources/vue/components/Box.vue index 1adf2f3..a54a1bc 100644 --- a/src/resources/vue/components/Box.vue +++ b/src/resources/vue/components/Box.vue @@ -1,30 +1,31 @@ + \ No newline at end of file diff --git a/src/resources/vue/components/ItemCard.vue b/src/resources/vue/components/ItemCard.vue index bfa62da..5a8944d 100644 --- a/src/resources/vue/components/ItemCard.vue +++ b/src/resources/vue/components/ItemCard.vue @@ -3,8 +3,8 @@
-

{{ title }}

-

{{ description }}

+

{{ title }}

+

{{ description }}

@@ -14,56 +14,55 @@ - + \ No newline at end of file