Skip to content

Commit

Permalink
Merge pull request #73 from FRIED-NOTE/72-bug-fix-asset-path
Browse files Browse the repository at this point in the history
fix: 🚚 update path error
  • Loading branch information
strawji02 authored Mar 7, 2024
2 parents 301f840 + acb4098 commit 83d727a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/inventory/components/IngrInputBox.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ReactComponent as IconBack } from '@/assets/icon-back.svg';
import { ReactComponent as IconDelete } from '@/assets/icon-minus.svg';
import { ReactComponent as IconBack } from '@/assets/icons/icon-back.svg';
import { ReactComponent as IconDelete } from '@/assets/icons/icon-minus.svg';
import DesignSystem from '@/utils/designSystem';
import { useComposing } from '@/utils/hooks';
import globalStyles from '@/utils/styles';
Expand Down
2 changes: 1 addition & 1 deletion src/pages/inventory/components/ShortExpirationItem.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ReactComponent as IconCaution } from '@/assets/icon-caution.svg';
import { ReactComponent as IconCaution } from '@/assets/icons/icon-caution.svg';
import DesignSystem from '@/utils/designSystem';
import { Group, Stack, Typography } from '@base';
import { css } from '@emotion/react';
Expand Down

0 comments on commit 83d727a

Please sign in to comment.