mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-06-21 01:50:35 +00:00
Add timestamps to posts
Redesign homebutton a bit arugh Clean up Card stuff
This commit is contained in:
parent
59f1904d88
commit
b22adbda96
11 changed files with 87 additions and 45 deletions
|
@ -4,8 +4,6 @@ import Banner from "../assets/banner.png";
|
|||
|
||||
interface Props {
|
||||
title: string;
|
||||
image: string,
|
||||
alt: string,
|
||||
}
|
||||
|
||||
const { title} = Astro.props;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue