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}