From 9a96468faac9c15ead778c775343c1339941eb19 Mon Sep 17 00:00:00 2001 From: sandygudie Date: Sun, 10 Dec 2023 22:46:20 +0100 Subject: [PATCH] added public view page --- client/src/views/PublicView.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/views/PublicView.vue b/client/src/views/PublicView.vue index ddbf66a..fcc172f 100644 --- a/client/src/views/PublicView.vue +++ b/client/src/views/PublicView.vue @@ -4,6 +4,7 @@ import 'vue3-toastify/dist/index.css' import { ref, onMounted } from 'vue' import { getPublicDetails } from '@/utilis/api/profile' import { useRoute } from 'vue-router' +import ArrowIcon from '../components/icons/ArrowIcon.vue' import Spinner from '../components/Spinner.vue' const profileLinks = ref<{} | any>({ firstname: '', @@ -64,7 +65,7 @@ onMounted(async () => { :href="item.link" target="_blank" v-if="item.name" - class="text-sm px-4 flex no-underline justify-between px-1.5 my-4 bg-gray-400 text-white text-sm h-8 rounded-lg" + class="text-sm px-4 flex no-underline justify-between flex items-center justif-between px-1.5 my-4 bg-gray-400 text-white text-sm h-8 rounded-lg" :style="{ backgroundColor: item.color }" > @@ -74,7 +75,7 @@ onMounted(async () => { /> {{ item.name }} - arrow +