Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

Commit efdd8b3

Browse files
committed
no snippet
1 parent 1e639d6 commit efdd8b3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/routes/Branding.svelte

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@
44
const github = "https://github.com/KTibow/home-assistant-theme";
55
</script>
66

7-
{#snippet outlink(href: string, text: string)}
8-
<a {href}>{text}</a>
9-
{/snippet}
107
<div class="branding">
118
<div class="row">
129
<img src="https://ktibow.github.io/favicon.svg" alt="KTibow's" width="16" height="16" />
1310
<h1>{name}</h1>
1411
<div style:flex-grow="1"></div>
15-
{@render outlink(github, "GitHub")}
16-
{@render outlink("https://discord.gg/sRzVYM9b47", "Discord")}
12+
<a href={github}>GitHub</a>
13+
<a href="https://discord.gg/sRzVYM9b47">Discord</a>
1714
</div>
1815
<p>{description}</p>
1916
</div>

0 commit comments

Comments
 (0)