mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 03:38:11 -05:00
Remove unused author property
This commit is contained in:
@@ -2,13 +2,12 @@
|
||||
export interface Props {
|
||||
title: string;
|
||||
description: string;
|
||||
author: string;
|
||||
href: string;
|
||||
publishDate: Date;
|
||||
cover: ImageMetadata;
|
||||
coverAlt: string;
|
||||
}
|
||||
const { title, author, href, publishDate, description, cover, coverAlt } =
|
||||
const { title, href, publishDate, description, cover, coverAlt } =
|
||||
Astro.props;
|
||||
|
||||
const options = {
|
||||
|
||||
Reference in New Issue
Block a user