feat: allow specifying custom target for FooterLogo (#7557)

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Le Thi Van 2022-06-03 17:28:27 +02:00 committed by GitHub
parent 9d0bf2e090
commit 5444a230cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 1 deletions

View file

@ -75,6 +75,7 @@ export type FooterLogo = {
srcDark?: string;
width?: string | number;
height?: string | number;
target?: string;
href?: string;
};