test commit

This commit is contained in:
Kirill
2026-05-21 14:32:45 +05:00
parent 47124a01a7
commit d056399b3b
7 changed files with 56 additions and 1 deletions
+1 -1
View File
@@ -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]