diff --git a/package-lock.json b/package-lock.json index a11c0fa5e..37fbab420 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "jsonwebtoken": "^9.0.2", "leaflet": "^1.9.4", "lru-cache": "^11.2.6", - "lucide-react": "0.488.0", + "lucide-react": "^1.28.0", "next": "^16.2.11", "next-auth": "^5.0.0-beta.30", "next-intl": "^4.12.0", @@ -14550,9 +14550,9 @@ } }, "node_modules/lucide-react": { - "version": "0.488.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.488.0.tgz", - "integrity": "sha512-ronlL0MyKut4CEzBY/ai2ZpKPxyWO4jUqdAkm2GNK5Zn3Rj+swDz+3lvyAUXN0PNqPKIX6XM9Xadwz/skLs/pQ==", + "version": "1.28.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.28.0.tgz", + "integrity": "sha512-fARAFJULsGuDDydjp6+6blekG/sBIM29TerzLjc9bQUKAcEfrSc4ZQKb25KRz4OMKd87cZTb5dgq0w/T6KufVg==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index 38c2ebbea..06d41296a 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "jsonwebtoken": "^9.0.2", "leaflet": "^1.9.4", "lru-cache": "^11.2.6", - "lucide-react": "0.488.0", + "lucide-react": "^1.28.0", "next": "^16.2.11", "next-auth": "^5.0.0-beta.30", "next-intl": "^4.12.0", diff --git a/src/app/[locale]/projects/[slug]/page.tsx b/src/app/[locale]/projects/[slug]/page.tsx index 9472d43d7..de4cecd8f 100644 --- a/src/app/[locale]/projects/[slug]/page.tsx +++ b/src/app/[locale]/projects/[slug]/page.tsx @@ -5,7 +5,7 @@ export const dynamic = 'force-dynamic' import type { Metadata } from 'next' import { notFound } from 'next/navigation' import { getTranslations } from 'next-intl/server' -import { ArrowLeft, ExternalLink, Github, Scale } from 'lucide-react' +import { ArrowLeft, ExternalLink, GitBranch, Scale } from 'lucide-react' import { Link } from '@/i18n/navigation' import { PageHero } from '@/components/layout/PageHero' import { Section } from '@/components/layout/Section' @@ -73,7 +73,7 @@ export default async function ProjectDetailPage({ params }: ProjectDetailProps) )} {project.repoUrl && ( - {t('detail.source')} + {t('detail.source')} )} {project.license && ( diff --git a/src/app/services/open-source-solutions/data.ts b/src/app/services/open-source-solutions/data.ts index 7f895ddae..f57fd2f71 100644 --- a/src/app/services/open-source-solutions/data.ts +++ b/src/app/services/open-source-solutions/data.ts @@ -25,7 +25,7 @@ import { FileCheck, FileX, FileText, - Chrome, + Compass, Image, Video, Cloud, @@ -256,7 +256,7 @@ export const consumerComparisons: Comparison[] = [ }, proprietary: { name: 'Chrome/Edge', - icon: Chrome, + icon: Compass, cost: 'Kostenlos mit Datenerfassung', comparisons: [ 'Umfangreiche Datenerfassung und Tracking',