Skip to content

Commit 175686b

Browse files
committed
fix: icon for lens filter not exist in former icon lib
1 parent 530c644 commit 175686b

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

apps/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"devDependencies": {
8686
"@egoist/tailwindcss-icons": "catalog:",
8787
"@iconify-json/mingcute": "catalog:",
88+
"@iconify-json/ri": "^1.2.5",
8889
"@tailwindcss/postcss": "catalog:",
8990
"@tailwindcss/typography": "catalog:",
9091
"@tailwindcss/vite": "4.1.11",

apps/web/src/components/gallery/FilterPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export const FilterPanel = () => {
211211
{
212212
id: 'lenses' as const,
213213
label: t('action.lens.filter'),
214-
icon: 'i-mingcute-camera-lens-line',
214+
icon: 'i-ri-camera-lens-line',
215215
count: gallerySetting.selectedLenses.length,
216216
data: allLenses.map((lens) => lens.displayName),
217217
filteredData: filteredLenses,

pnpm-lock.yaml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)