diff --git a/src/components/tabs/stock-list/StockWarnings.vue b/src/components/tabs/stock-list/StockWarnings.vue index 4f609f9..85825d0 100644 --- a/src/components/tabs/stock-list/StockWarnings.vue +++ b/src/components/tabs/stock-list/StockWarnings.vue @@ -1,25 +1,33 @@ @@ -39,8 +43,11 @@ import { defineComponent } from 'vue'; import { useStore } from '../../../store'; import { isTractionUnit } from '../../../utils/vehicleUtils'; +import { TriangleAlertIcon } from 'lucide-vue-next'; export default defineComponent({ + components: { TriangleAlertIcon }, + data: () => ({ store: useStore(), }), @@ -88,6 +95,11 @@ export default defineComponent({ color: black; font-weight: bold; + + + .lucide { + vertical-align: text-bottom; + } a { color: black;