You've already forked AstralRinth
forked from didirus/AstralRinth
Prefer icons from modrinth/assets (#3394)
Replaced all icon usages of `apps/frontend/src/assets/image/utils` for `@modrinth/assets`. The only icon which has been changed is the `WorldIcon`, which has been replaced by the `GlobeIcon`.
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import CheckIcon from "~/assets/images/utils/check.svg?component";
|
||||
import ClipboardCopyIcon from "~/assets/images/utils/clipboard-copy.svg?component";
|
||||
import { CheckIcon, ClipboardCopyIcon } from "@modrinth/assets";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user