Fix CSS, remove submodule

This commit is contained in:
BlossomiShymae
2024-05-02 20:53:45 -05:00
parent 412836b532
commit fb4393a217
4 changed files with 3 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<template>
<svg :width="size" :height="size">
<image :href="`/lib/MaterialDesign/svg/${name}.svg`"
<image :href="`https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/${name}.svg`"
:width="size"
:height="size"/>
</svg>