Skip to content

Commit

Permalink
fix(experimental): TUI_ICON_RESOLVER fix default path to respect ba…
Browse files Browse the repository at this point in the history
…se href (#10354)
  • Loading branch information
vladimirpotekhin authored Feb 13, 2025
1 parent 1dac30b commit 0923d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/experimental/tokens/icon-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const TUI_ICON_RESOLVER = tuiCreateTokenFromFactory<TuiStringHandler<stri
() => icon =>
!icon || icon.includes('/')
? icon
: `/assets/taiga-ui/icons/${
: `assets/taiga-ui/icons/${
icon.includes('Outline')
? icon
: icon.replace('Large', '').concat('Outline')
Expand Down

0 comments on commit 0923d6c

Please sign in to comment.