From 5668ade167735e2f55115165945d3f5ec2c62b8e Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Fri, 6 Oct 2023 19:20:03 -0700 Subject: [PATCH] Update URLs --- backend/badge.go | 2 -- frontend/src/routes/about/+page.svelte | 2 +- frontend/src/routes/footer.svelte | 27 +++++++++++++++----------- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/backend/badge.go b/backend/badge.go index b926cb7..fce168d 100644 --- a/backend/badge.go +++ b/backend/badge.go @@ -14,8 +14,6 @@ import ( //go:embed badge-logo.txt var logoData string -var _ http.HandlerFunc - func handleBadge() http.HandlerFunc { return func(res http.ResponseWriter, req *http.Request) { repo := chi.URLParam(req, "repo") diff --git a/frontend/src/routes/about/+page.svelte b/frontend/src/routes/about/+page.svelte index 8a56e37..c213068 100644 --- a/frontend/src/routes/about/+page.svelte +++ b/frontend/src/routes/about/+page.svelte @@ -61,7 +61,7 @@

How do I add my own package to LURE?

LURE provides - + comprehensive documentation for packagers. If you need help with anything, feel free to ask on LURE's subreddit, which you can find in the footer of this site. If you find a bug or a missing feature, please open an issue diff --git a/frontend/src/routes/footer.svelte b/frontend/src/routes/footer.svelte index 24f308a..cf6c1fd 100644 --- a/frontend/src/routes/footer.svelte +++ b/frontend/src/routes/footer.svelte @@ -1,15 +1,20 @@ -
+

-
-

Copyright © {new Date().getFullYear()} LURE Web Contributors. Licensed under the AGPLv3.

-
- - - -
-
-
\ No newline at end of file +
+

+ Copyright © {new Date().getFullYear()} LURE Web Contributors. Licensed under the + + AGPLv3 + . +

+
+ + + +
+
+