Skip to content

Commit d4936bb

Browse files
fix: update footer to include a link to the GPL-3.0 license
1 parent 4542fb6 commit d4936bb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/routes/+page.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@
173173

174174
<footer class="flex flex-col sm:flex-row place-items-center gap-3 text-black/70 justify-between">
175175

176-
<p>License under GPL-3.0</p>
176+
<p>
177+
Licensed under <a class="underline" href="https://github.com/NotReeceHarris/be-clippy.com/blob/main/LICENSE">GPL-3.0</a>
178+
</p>
177179

178180
<p>
179181
Share your own on <a class="underline" href="https://github.com/NotReeceHarris/be-clippy.com">Github</a>.

0 commit comments

Comments
 (0)