fix: 🐛 update previews

This commit is contained in:
Guz013
2023-06-29 15:20:05 -03:00
parent 16a13c2c6a
commit 16897f956a

View File

@@ -1,22 +1,22 @@
<main un-grid="~ rows-4">
<div un-h="sm" un-flex="~ justify-center items-center" un-bg="#33578a">
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
<img src="/api.svg" alt="">
<img src="v1/banners/horizontal.svg?title=Hello%20World" alt="">
</div>
<div un-h="sm" un-flex="~ justify-center items-center" un-bg="#0d1117">
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
<img src="/api.svg" alt="">
<img src="v1/banners/horizontal.svg?title=Hello%20World" alt="">
</div>
<div un-h="sm" un-flex="~ justify-center items-center" un-bg="#ffffff">
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
<img src="/api.svg" alt="">
<img src="v1/banners/horizontal.svg?title=Hello%20World" alt="">
</div>
<div un-h="sm" un-flex="~ justify-center items-center" un-bg="#0a0c10">
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
<img src="/api.svg" alt="">
<img src="v1/banners/horizontal.svg?title=Hello%20World" alt="">
</div>
<div un-h="sm" un-flex="~ justify-center items-center" un-bg="#22272e">
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
<img src="/api.svg" alt="">
<img src="v1/banners/horizontal.svg?title=Hello%20World" alt="">
</div>
</main>