diff --git a/website/client/src/components/shared/inventoryDrawer.vue b/website/client/src/components/shared/inventoryDrawer.vue
index a5994910a7a..0911eca0114 100644
--- a/website/client/src/components/shared/inventoryDrawer.vue
+++ b/website/client/src/components/shared/inventoryDrawer.vue
@@ -35,10 +35,6 @@
target="_blank"
>
{{ $t('petLikeToEat') + ' ' }}
-
@@ -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';
@@ -119,10 +114,6 @@ export default {
},
],
selectedDrawerTab: this.defaultSelectedTab,
-
- icons: Object.freeze({
- information: svgInformation,
- }),
};
},
computed: {
diff --git a/website/client/src/components/ui/drawer.vue b/website/client/src/components/ui/drawer.vue
index 64ded02834d..9db570181bb 100644
--- a/website/client/src/components/ui/drawer.vue
+++ b/website/client/src/components/ui/drawer.vue
@@ -133,7 +133,7 @@
a {
line-height: 1.33;
color: $gray-500;
- text-decoration: none;
+ font-weight: normal;
}
}