fix: remove unused property
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
import { Icon } from 'astro-icon/components';
|
||||
|
||||
interface Props {
|
||||
title?: string;
|
||||
url?: string;
|
||||
}
|
||||
|
||||
const { title, url } = Astro.props;
|
||||
const { url } = Astro.props;
|
||||
---
|
||||
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user