From 222669acf0521df2caee98976026d9a5ca3a04cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Markovi=C4=87?= Date: Thu, 23 Apr 2026 21:28:52 +0400 Subject: [PATCH] Fall back to lucide ExternalLink for LinkedIn (removed from Simple Icons) --- frontend/src/routes/vendors/$slug.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/vendors/$slug.tsx b/frontend/src/routes/vendors/$slug.tsx index 9776aa1..fe829aa 100644 --- a/frontend/src/routes/vendors/$slug.tsx +++ b/frontend/src/routes/vendors/$slug.tsx @@ -1,8 +1,8 @@ -import { SiFacebook, SiLinkedin, SiX } from '@icons-pack/react-simple-icons' +import { SiFacebook, SiX } from '@icons-pack/react-simple-icons' import { useSuspenseQuery } from '@tanstack/react-query' import { createFileRoute, Link, notFound } from '@tanstack/react-router' import { iso31661 } from 'iso-3166' -import { Globe } from 'lucide-react' +import { ExternalLink, Globe } from 'lucide-react' import { Helmet } from 'react-helmet-async' import { Button } from '~/components/ui/button' @@ -102,7 +102,7 @@ function VendorDetailPage() { )} {vendor.linkedin && (
  • - + {vendor.linkedin}