From 660426cd5367d0dbd539644ba11446f2b7b6aafb Mon Sep 17 00:00:00 2001 From: CakesTwix Date: Tue, 24 Sep 2024 18:32:57 +0300 Subject: [PATCH] Moved the title card element to a separate component --- frontend/src/components/TitleCard.vue | 54 +++++++++++++++++++++++++++ frontend/src/pages/index.vue | 50 ++++--------------------- 2 files changed, 62 insertions(+), 42 deletions(-) create mode 100644 frontend/src/components/TitleCard.vue diff --git a/frontend/src/components/TitleCard.vue b/frontend/src/components/TitleCard.vue new file mode 100644 index 0000000..afc6c06 --- /dev/null +++ b/frontend/src/components/TitleCard.vue @@ -0,0 +1,54 @@ + + + \ No newline at end of file diff --git a/frontend/src/pages/index.vue b/frontend/src/pages/index.vue index a413515..336700d 100644 --- a/frontend/src/pages/index.vue +++ b/frontend/src/pages/index.vue @@ -29,48 +29,8 @@ -
- -
+ +
@@ -90,7 +50,13 @@