Skip to content

Commit

Permalink
fix(links): remove unnecessary style and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Jan 8, 2025
1 parent 5023dd9 commit 3ff5d7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions website/client/src/components/shared/inventoryDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
target="_blank"
>
<span>{{ $t('petLikeToEat') + ' ' }}</span>
<span
class="svg-icon inline icon-16"
v-html="icons.information"
></span>
</a>
</div>
</drawer-header-tabs>
Expand Down Expand Up @@ -72,7 +68,6 @@
import _filter from 'lodash/filter';
import { mapState } from '@/libs/store';
import inventoryUtils from '@/mixins/inventoryUtils';
import svgInformation from '@/assets/svg/information.svg';
import Drawer from '@/components/ui/drawer';
import DrawerSlider from '@/components/ui/drawerSlider';
Expand Down Expand Up @@ -119,10 +114,6 @@ export default {
},
],
selectedDrawerTab: this.defaultSelectedTab,
icons: Object.freeze({
information: svgInformation,
}),
};
},
computed: {
Expand Down
2 changes: 1 addition & 1 deletion website/client/src/components/ui/drawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
a {
line-height: 1.33;
color: $gray-500;
text-decoration: none;
font-weight: normal;
}
}
Expand Down

0 comments on commit 3ff5d7a

Please sign in to comment.