feat: use api to supply social links (#162)

resolves #138
This commit is contained in:
afn
2023-08-09 15:41:57 -04:00
committed by GitHub
parent d808b318bc
commit a27145d554
6 changed files with 65 additions and 43 deletions

View File

@@ -67,3 +67,9 @@ export interface DonationPlatform {
url: string;
preferred: boolean;
}
export interface Social {
name: string
url: string
}