test commit
This commit is contained in:
@@ -81,7 +81,7 @@ export const AVATAR_STYLES: StyleDef[] = [
|
||||
},
|
||||
]
|
||||
|
||||
export const DEFAULT_STYLE_ID = 'bottts'
|
||||
export const DEFAULT_STYLE_ID = 'avataaars'
|
||||
|
||||
export function getStyleById(id: string | null | undefined): StyleDef {
|
||||
return AVATAR_STYLES.find((s) => s.id === id) ?? AVATAR_STYLES[0]
|
||||
|
||||
Reference in New Issue
Block a user