From 123f600f6f7e15f7b01738f5b4b85a8a0fbe753d Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 18 Jul 2024 22:06:30 +0200 Subject: [PATCH] Fixed linting issues --- src/components/listings/eventListingLine.astro | 2 +- src/pages/teslafest/index.astro | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/listings/eventListingLine.astro b/src/components/listings/eventListingLine.astro index 82a21ed..a538be4 100644 --- a/src/components/listings/eventListingLine.astro +++ b/src/components/listings/eventListingLine.astro @@ -13,7 +13,7 @@ const options_date: Intl.DateTimeFormatOptions = { day: '2-digit', } -const { shortdescription, releaseDate, title, link, hlcolor } = Astro.props +const { releaseDate, title, link, hlcolor } = Astro.props const render_date = releaseDate.toLocaleDateString('en-GB', options_date) --- diff --git a/src/pages/teslafest/index.astro b/src/pages/teslafest/index.astro index c1d07f6..4314c3a 100644 --- a/src/pages/teslafest/index.astro +++ b/src/pages/teslafest/index.astro @@ -3,7 +3,6 @@ import { getCollection } from 'astro:content'; import Layout from '../../layouts/Layout.astro' import QuestListing from '../../components/listings/questListingCard.astro' import DatabaseSection from '../../layouts/databaseSection.astro' -import GenericHero from '../../components/genericHero.astro'; import SmallTitle from '../../components/smallTitle.astro'; const description = 'One of the most anticipated events of 2024 - Teslafest. Were the two weeks of time enough for all those quests, even with a parallel lottery?'