Fixed linting issues
All checks were successful
/ astro-check (push) Successful in 45s

This commit is contained in:
Firq 2024-07-18 22:06:30 +02:00
parent 2a208c60c8
commit 123f600f6f
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 1 additions and 2 deletions

View file

@ -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)
---

View file

@ -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?'