File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import MainContainer from ' @/packages/ui/src/MainContainer.vue' ;
33import AppLayout from ' @/Layouts/AppLayout.vue' ;
4- import { FolderIcon , PlusIcon } from ' @heroicons/vue/16/solid' ;
4+ import { PlusIcon } from ' @heroicons/vue/16/solid' ;
55import SecondaryButton from ' @/packages/ui/src/Buttons/SecondaryButton.vue' ;
66import { UserCircleIcon } from ' @heroicons/vue/20/solid' ;
77import { computed , onMounted , ref } from ' vue' ;
@@ -43,7 +43,7 @@ const shownClients = computed(() => {
4343 <MainContainer
4444 class =" py-5 border-b border-default-background-separator flex justify-between items-center" >
4545 <div class =" flex items-center space-x-3 sm:space-x-6" >
46- <PageTitle :icon =" FolderIcon " title =" Projects " > </PageTitle >
46+ <PageTitle :icon =" UserCircleIcon " title =" Clients " > </PageTitle >
4747 <TabBar >
4848 <TabBarItem
4949 :active =" isActiveTab('active')"
@@ -57,9 +57,6 @@ const shownClients = computed(() => {
5757 </TabBarItem >
5858 </TabBar >
5959 </div >
60- <div class =" flex items-center space-x-6" >
61- <PageTitle :icon =" UserCircleIcon" title =" Clients" > </PageTitle >
62- </div >
6360 <SecondaryButton
6461 v-if =" canCreateClients()"
6562 :icon =" PlusIcon"
You can’t perform that action at this time.
0 commit comments