From 5d502f519a9e6cac4d8ed17d04457e16c65ce3a3 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 24 Aug 2025 16:09:26 +0300 Subject: fix(mobile): Change the icon of the share button --- apps/mobile/components/bookmarks/BookmarkCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/mobile/components/bookmarks') diff --git a/apps/mobile/components/bookmarks/BookmarkCard.tsx b/apps/mobile/components/bookmarks/BookmarkCard.tsx index 7329aa46..67448433 100644 --- a/apps/mobile/components/bookmarks/BookmarkCard.tsx +++ b/apps/mobile/components/bookmarks/BookmarkCard.tsx @@ -18,7 +18,7 @@ import * as Sharing from "expo-sharing"; import useAppSettings from "@/lib/settings"; import { api } from "@/lib/trpc"; import { MenuView } from "@react-native-menu/menu"; -import { Ellipsis, Share2, Star } from "lucide-react-native"; +import { Ellipsis, ShareIcon, Star } from "lucide-react-native"; import type { ZBookmark } from "@karakeep/shared/types/bookmarks"; import { @@ -181,7 +181,7 @@ function ActionBar({ bookmark }: { bookmark: ZBookmark }) { handleShare(); }} > - +