From 74a9229ffac91827b961a352344b96ccdde34047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=8D?= Date: Sat, 14 Dec 2024 09:01:09 +0100 Subject: [PATCH] link ikona zamijenjena sa share ikonom --- app/ui/LocationCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ui/LocationCard.tsx b/app/ui/LocationCard.tsx index 62647db..6b388f1 100644 --- a/app/ui/LocationCard.tsx +++ b/app/ui/LocationCard.tsx @@ -1,6 +1,6 @@ 'use client'; -import { Cog8ToothIcon, PlusCircleIcon, LinkIcon } from "@heroicons/react/24/outline"; +import { Cog8ToothIcon, PlusCircleIcon, ShareIcon } from "@heroicons/react/24/outline"; import { FC } from "react"; import { BillBadge } from "./BillBadge"; import { BillingLocation } from "../lib/db-types"; @@ -54,7 +54,7 @@ export const LocationCard:FC = ({location: { _id, name, yearM : null } - + ); }; \ No newline at end of file