Updated URLs to constants in Hero

This commit is contained in:
Alicia Sykes
2023-04-22 21:03:29 +01:00
parent 3ed36f61a6
commit 0f4d9e5c20

View File

@@ -1,5 +1,6 @@
<script>
import Icon from '$lib/Icon.svelte';
import { gitHubRepo } from '$src/constants';
</script>
<div class="hero">
@@ -9,11 +10,11 @@
</header>
<section class="cta">
<a href="https://github.com/Lissy93/portainer-templates">
<a href={gitHubRepo}>
<Icon name="github" width="26px" height="26px" />
View on GitHub
</a>
<a href="https://github.com/Lissy93/portainer-templates">
<a href="/usage">
<Icon name="portainer" width="26px" height="26px" />
Install on Portainer
</a>