diff --git a/web/src/utils/browserUtil.ts b/web/src/utils/browserUtil.ts index 78f740649..b6a82fb54 100644 --- a/web/src/utils/browserUtil.ts +++ b/web/src/utils/browserUtil.ts @@ -9,7 +9,7 @@ export function shareOrCopy(url: string, title?: string) { }); } else { copy(url); - toast.success("Copied to clipboard.", { + toast.success("Copied URL to clipboard.", { position: "top-center", }); } diff --git a/web/src/views/explore/ExploreView.tsx b/web/src/views/explore/ExploreView.tsx index 46c7e6bc3..b8ab51d80 100644 --- a/web/src/views/explore/ExploreView.tsx +++ b/web/src/views/explore/ExploreView.tsx @@ -60,7 +60,7 @@ export default function ExploreView({ onSelectSearch }: ExploreViewProps) { } return ( -