From 5c549e8f47594e9b2df6cb0ef244a09e5fa063f8 Mon Sep 17 00:00:00 2001 From: abawi Date: Fri, 25 Apr 2025 19:32:56 +0200 Subject: [PATCH] Updated filepizza client API links --- src/components/ApiToast.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ApiToast.tsx b/src/components/ApiToast.tsx index a0d7abe..aa5f9ff 100644 --- a/src/components/ApiToast.tsx +++ b/src/components/ApiToast.tsx @@ -23,17 +23,17 @@ export function ApiToast(): JSX.Element { const apiLinks: ApiLinkType[] = [ { - href: 'https://texlyre.github.io/filepizza-api', + href: 'https://texlyre.github.io/filepizza-client', imageSrc: '/images/api_demo.png', alt: 'API Demo' }, { - href: 'https://github.com/TeXlyre/filepizza-api', + href: 'https://github.com/TeXlyre/filepizza-client', imageSrc: '/images/api_github.png', alt: 'API GitHub' }, { - href: 'https://www.npmjs.com/package/filepizza-api', + href: 'https://www.npmjs.com/package/filepizza-client', imageSrc: '/images/api_npm.png', alt: 'API NPM' }