We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa84b8 commit df219cbCopy full SHA for df219cb
src/routes/og/Thumbnail.svelte
@@ -9,6 +9,12 @@
9
</script>
10
11
<div class="flex h-full w-full border-b border-orange-600" style:border-bottom-width="32px">
12
+ <img
13
+ src="https://raw.githubusercontent.com/sveltejs/branding/master/svelte-logo.svg"
14
+ alt="Svelte"
15
+ class="absolute -top-40 -right-40 opacity-20"
16
+ style:height="150%"
17
+ />
18
<div class="flex flex-col p-8">
19
<div class="flex items-center" style:gap="8">
20
<img
0 commit comments