Repalce patreon link and references with ko-fi

This commit is contained in:
Lucid Kobold
2022-09-18 00:35:55 -04:00
parent 623e72fce8
commit e9ea6aa279
3 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
export interface LinkObj {
href?: string;
name?: string;
type: "primary" | "secondary" | "twitter" | "patreon";
type: "primary" | "secondary" | "twitter" | "ko-fi";
}
type Links = LinkObj[];
@@ -18,7 +18,7 @@ const links: Links = [
type: "secondary"
},
{
type: "patreon"
type: "ko-fi"
},
{
type: "twitter"