diff --git a/app/components/text-editor/editor-menubar.tsx b/app/components/text-editor/editor-menubar.tsx index ba6ede5..4afe664 100644 --- a/app/components/text-editor/editor-menubar.tsx +++ b/app/components/text-editor/editor-menubar.tsx @@ -361,7 +361,7 @@ export const EditorMenuBar = (properties: TProperties) => { setIsUploadOpen('content') }} > - + diff --git a/app/components/ui/button.tsx b/app/components/ui/button.tsx index 18e367f..b073860 100644 --- a/app/components/ui/button.tsx +++ b/app/components/ui/button.tsx @@ -25,7 +25,7 @@ const buttonVariants = cva( size: { default: 'h-[50px] w-[150px]', block: 'h-[50px] w-full', - icon: 'h-9 w-9 rounded-full', + icon: 'size-9 rounded-full', sm: 'h-8 rounded-md px-3 text-xs', lg: 'h-10 rounded-md px-8', fit: 'w-fit', diff --git a/app/components/ui/input-file.tsx b/app/components/ui/input-file.tsx index 0905a9d..9769591 100644 --- a/app/components/ui/input-file.tsx +++ b/app/components/ui/input-file.tsx @@ -80,7 +80,7 @@ export const InputFile = (properties: TInputProperties) => { setIsUploadOpen(category) }} > - + ) diff --git a/app/components/ui/input.tsx b/app/components/ui/input.tsx index 6449a53..e3e62bd 100644 --- a/app/components/ui/input.tsx +++ b/app/components/ui/input.tsx @@ -83,7 +83,7 @@ export const Input = >( > diff --git a/app/components/ui/news-author.tsx b/app/components/ui/news-author.tsx index d906f7e..20537ae 100644 --- a/app/components/ui/news-author.tsx +++ b/app/components/ui/news-author.tsx @@ -15,10 +15,10 @@ export const NewsAuthor = ({ author, live_at, text }: TDetailNewsAuthor) => { {author?.name} ) : ( - + )}
diff --git a/app/components/ui/social-share.tsx b/app/components/ui/social-share.tsx index ce081a0..61fac96 100644 --- a/app/components/ui/social-share.tsx +++ b/app/components/ui/social-share.tsx @@ -39,7 +39,7 @@ export const SocialShareButtons = ({ onClick={handleCopyLink} className="relative cursor-pointer" > - + {showPopup && (
Link berhasil disalin! @@ -51,28 +51,28 @@ export const SocialShareButtons = ({ url={url} title={title} > - + - + - +
) diff --git a/app/components/ui/table-search.tsx b/app/components/ui/table-search.tsx index b28a0e3..9f97e94 100644 --- a/app/components/ui/table-search.tsx +++ b/app/components/ui/table-search.tsx @@ -42,7 +42,7 @@ export const TableSearchFilter: React.FC = ({ className="w-full rounded-lg bg-white p-2 pr-10 pl-4 shadow focus:ring-1 focus:ring-[#2E2F7C] focus:outline-none" />
- +
diff --git a/app/layouts/admin/navbar.tsx b/app/layouts/admin/navbar.tsx index c5b09b7..a493057 100644 --- a/app/layouts/admin/navbar.tsx +++ b/app/layouts/admin/navbar.tsx @@ -38,10 +38,10 @@ export const Navbar = () => { {staffData?.name} ) : ( - + )} {staffData?.name} diff --git a/app/layouts/news/header-menu-mobile.tsx b/app/layouts/news/header-menu-mobile.tsx index d72e441..5ace8b3 100644 --- a/app/layouts/news/header-menu-mobile.tsx +++ b/app/layouts/news/header-menu-mobile.tsx @@ -37,7 +37,7 @@ export const HeaderMenuMobile = (properties: THeaderMenuMobile) => { {/* Tombol Close */} ), @@ -101,7 +101,7 @@ export const AdvertisementsPage = () => { size="lg" className="text-md h-[42px] px-4" > - Buat Banner Iklan + Buat Banner Iklan diff --git a/app/pages/dashboard-categories/index.tsx b/app/pages/dashboard-categories/index.tsx index 3572ad8..55f8c8e 100644 --- a/app/pages/dashboard-categories/index.tsx +++ b/app/pages/dashboard-categories/index.tsx @@ -70,7 +70,7 @@ export const CategoriesPage = () => { size="icon" title="Update Kategori" > - + {data.code === 'spotlight' ? ( '' @@ -82,7 +82,7 @@ export const CategoriesPage = () => { onClick={() => setSelectedCategory(data)} title="Hapus Kategori" > - + )} @@ -106,7 +106,7 @@ export const CategoriesPage = () => { size="lg" className="text-md h-[42px] px-4" > - Buat Kategori + Buat Kategori diff --git a/app/pages/dashboard-subscribe-plan/index.tsx b/app/pages/dashboard-subscribe-plan/index.tsx index 4b22791..2f450ea 100644 --- a/app/pages/dashboard-subscribe-plan/index.tsx +++ b/app/pages/dashboard-subscribe-plan/index.tsx @@ -86,7 +86,7 @@ export const SubscribePlanPage = () => { size="icon" title="Update Subscribe Plan" > - + ), @@ -111,7 +111,7 @@ export const SubscribePlanPage = () => { size="lg" className="text-md h-[42px] px-4" > - Buat Subscribe Plan + Buat Subscribe Plan diff --git a/app/pages/dashboard-subscriptions/index.tsx b/app/pages/dashboard-subscriptions/index.tsx index 9cb54d5..2767fe5 100644 --- a/app/pages/dashboard-subscriptions/index.tsx +++ b/app/pages/dashboard-subscriptions/index.tsx @@ -43,7 +43,7 @@ export const SubscriptionsPage = () => { className="w-full rounded-lg bg-white p-2 pr-10 pl-4 shadow focus:ring-1 focus:ring-[#2E2F7C] focus:outline-none" />
- +
diff --git a/app/pages/dashboard-tags/index.tsx b/app/pages/dashboard-tags/index.tsx index 5a9ecb2..be75f83 100644 --- a/app/pages/dashboard-tags/index.tsx +++ b/app/pages/dashboard-tags/index.tsx @@ -59,7 +59,7 @@ export const TagsPage = () => { size="icon" title="Update Tag" > - + ), @@ -102,7 +102,7 @@ export const TagsPage = () => { size="lg" className="text-md h-[42px] px-4" > - Buat Tag + Buat Tag