Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit be2910e

Browse files
committed
fix missing icon
1 parent 749ee36 commit be2910e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/App/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts" setup>
2-
import MdiPlus from "~icons/mdi/mdi-plus";
2+
import MdiPlus from "~icons/mdi/plus";
33
44
const ctx = useAuthContext();
55
const api = useUserApi();

0 commit comments

Comments
 (0)