fix: lint
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kolaente 2024-07-02 10:31:47 +02:00
parent 53ed9f9dee
commit 23d1e6913b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import '@fontsource/quicksand/700.css';
import Footer from '../components/Footer.astro'
import Header from '../components/Header.astro'
import {Astro} from 'astro/env'
interface Props {
title: string;
type?: 'text' | 'website';

View File

@ -28,9 +28,9 @@ async function getNewestEntry() {
const newestRelease = await getNewestEntry()
const {Content, headings} = await post.render()
const {Content} = await post.render()
---
<Layout headings={headings} {...post.data}>
<Layout title={post.data.title}>
<div class="flex max-w-screen-lg mx-auto mt-6">
<div class="w-full lg:w-1/5">
<a href="/changelog" class="underline hover:text-primary flex items-center text-sm">