feat: Nyan Cat Widget fix

This commit is contained in:
2022-02-09 00:01:28 +09:00
parent e8dc619732
commit f667803a35

View File

@ -1,6 +1,6 @@
<template> <template>
<MkContainer :naked="widgetProps.transparent" :show-header="false"> <MkContainer :naked="widgetProps.transparent" :show-header="false">
<iframe class="kjhasfa" src="https://raw.githubusercontent.com/Gowee/nyancat-svg/main/nyancat.svg"> <img class="kjhasfa" src="https://raw.githubusercontent.com/Gowee/nyancat-svg/main/nyancat.svg">
</MkContainer> </MkContainer>
</template> </template>