Fix CallToaction style in dark mode

This commit is contained in:
widgeter
2023-08-04 19:22:44 +02:00
parent a28b4336ec
commit 88e90fccbd
3 changed files with 8 additions and 3 deletions

2
src/types.d.ts vendored
View File

@ -154,7 +154,7 @@ export interface Testimonial {
// COMPONENTS
export interface CallToAction {
targetBlank: boolean;
targetBlank?: boolean;
text?: string;
icon?: string;
href?: string;