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 = () => {