From 96f44851278e6a7fe5e370926f0caadb13784609 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Sun, 23 Feb 2025 21:14:46 +0100 Subject: [PATCH] chore: fix lint issues --- src/components/Meta.astro | 1 + .../sections/features/FeaturesGeneral.astro | 4 +- .../sections/landing/DiagnosticsSection.astro | 5 +- .../navbar&footer/FooterSection.astro | 21 +--- src/components/ui/buttons/Bookmark.astro | 95 ------------------- src/components/ui/buttons/GithubBtn.astro | 1 - src/components/ui/links/NavLink.astro | 1 - src/layouts/MainLayout.astro | 2 +- 8 files changed, 6 insertions(+), 124 deletions(-) delete mode 100644 src/components/ui/buttons/Bookmark.astro diff --git a/src/components/Meta.astro b/src/components/Meta.astro index 57fb3be..7a6b17b 100644 --- a/src/components/Meta.astro +++ b/src/components/Meta.astro @@ -40,6 +40,7 @@ const appleTouchIcon = await getImage({ https://developers.google.com/search/docs/advanced/structured-data/intro-structured-data -->{ structuredData && ( diff --git a/src/components/ui/buttons/GithubBtn.astro b/src/components/ui/buttons/GithubBtn.astro index bd73707..e4a5b14 100644 --- a/src/components/ui/buttons/GithubBtn.astro +++ b/src/components/ui/buttons/GithubBtn.astro @@ -1,5 +1,4 @@ --- -import Icon from "@components/ui/icons/Icon.astro"; const { title, url } = Astro.props; interface Props { diff --git a/src/components/ui/links/NavLink.astro b/src/components/ui/links/NavLink.astro index 46d1999..f271b16 100644 --- a/src/components/ui/links/NavLink.astro +++ b/src/components/ui/links/NavLink.astro @@ -27,7 +27,6 @@ If URL is '/' (home page), assign ID as 'home' - +