Fix CallToaction style in dark mode
This commit is contained in:
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
@ -154,7 +154,7 @@ export interface Testimonial {
|
||||
|
||||
// COMPONENTS
|
||||
export interface CallToAction {
|
||||
targetBlank: boolean;
|
||||
targetBlank?: boolean;
|
||||
text?: string;
|
||||
icon?: string;
|
||||
href?: string;
|
||||
|
Reference in New Issue
Block a user