Skip to content

Commit f58b76e

Browse files
committed
Normalize app nav icon scale
1 parent f709d95 commit f58b76e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/nav-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const ICON_SLOT_SIZE = 44
7171
const ICON_GAP_DESKTOP = 18
7272
const ICON_GAP_MOBILE = 12
7373
const ICON_CONTAINER_PADDING = 12
74-
const APPS_ICON_SCALE = 1.5
74+
const APPS_ICON_SCALE = 1
7575
const DEFAULT_ICON_SIZE_CLASS = 'h-7 w-7'
7676
const AVATAR_URL = '/api/site-assets/avatar'
7777

0 commit comments

Comments
 (0)