Skip to content

Commit df219cb

Browse files
add another Svelte logo in the background
1 parent afa84b8 commit df219cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/routes/og/Thumbnail.svelte

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
</script>
1010

1111
<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+
/>
1218
<div class="flex flex-col p-8">
1319
<div class="flex items-center" style:gap="8">
1420
<img

0 commit comments

Comments
 (0)