More doc, cleanup.

This commit is contained in:
rickbsgu
2023-07-17 16:57:46 -06:00
parent e8ae3663c5
commit 486da90108
5 changed files with 34 additions and 25 deletions

View File

@ -1,7 +1,7 @@
---
import { Icon } from 'astro-icon';
interface CallToAction {
export interface CallToAction {
text: string;
href: string;
icon?: string;