mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-08 12:16:12 -05:00
Show identicons for breadcrumbs to match with user profile avatar
This commit is contained in:
@@ -290,6 +290,8 @@ export type Breadcrumb =
|
||||
type: "IMAGE";
|
||||
href: string;
|
||||
text?: string;
|
||||
/** Seed for the identicon shown if `imgPath` fails to load. */
|
||||
identiconInput?: string;
|
||||
}
|
||||
| { text: string; type: "TEXT"; href: string };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user