This commit is contained in:
parent
2a208c60c8
commit
123f600f6f
2 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
---
|
||||
|
||||
|
|
|
@ -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?'
|
||||
|
|
Loading…
Reference in a new issue