mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 08:54:05 +10:00
fix(i18n): load locales from file system, instead of http-backend
This commit is contained in:
@@ -51,6 +51,7 @@ export const parseListItemPath = (item: ListItem, path: string | string[], separ
|
||||
|
||||
export const getPhotoClassNames = (filters: PhotoFilters) =>
|
||||
clsx({
|
||||
'object-cover': true,
|
||||
grayscale: filters.grayscale,
|
||||
'!border-[4px] !border-solid': filters.border,
|
||||
'rounded-lg': filters.shape === 'rounded-square',
|
||||
|
||||
Reference in New Issue
Block a user