From 929758fe00fc19fa5cd1aed6a58acda3018014ff Mon Sep 17 00:00:00 2001 From: Abizrh Date: Wed, 13 Aug 2025 13:24:56 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20enhance=20(layout):=20improve=20?= =?UTF-8?q?default=20layout=20styling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/flow/patient/list.vue | 4 ++-- app/components/pub/nav/header/prep.vue | 1 + app/layouts/default.vue | 5 ++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/components/flow/patient/list.vue b/app/components/flow/patient/list.vue index 82c23eb5..3131d81d 100644 --- a/app/components/flow/patient/list.vue +++ b/app/components/flow/patient/list.vue @@ -28,7 +28,7 @@ const recItem = ref(null) const hreaderPrep: HeaderPrep = { title: 'Pasien', - icon: 'i-lucide-add', + icon: 'i-lucide-users', addNav: { label: 'Tambah', onClick: () => navigateTo('/patient/add'), @@ -101,7 +101,7 @@ provide('rec_item', recItem)