fix: 🐛 update previews
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user