diff --git a/src/client/theme-default/components/VPHero.vue b/src/client/theme-default/components/VPHero.vue index 90c88968faf..6b283761ab8 100644 --- a/src/client/theme-default/components/VPHero.vue +++ b/src/client/theme-default/components/VPHero.vue @@ -11,7 +11,7 @@ export interface HeroAction { defineProps<{ name?: string - text: string + text?: string tagline?: string image?: DefaultTheme.ThemeableImage actions?: HeroAction[]