@@ -1,6 +1,6 @@
<script lang="ts" setup>
interface IProps {
- bgColor: string
+ bgColor?: string
link?: string
}