diff --git a/handler/sponsor_handler.go b/handler/sponsor_handler.go index f74f7ba..451c14c 100644 --- a/handler/sponsor_handler.go +++ b/handler/sponsor_handler.go @@ -15,7 +15,7 @@ var initialSponsors = []uptimemonitor.Sponsor{ { Name: "AIR Labs", Url: "https://airlabs.pl", - Image: "/static/img/airlabs.svg", + Image: "/static/img/airlabs.png", }, } var sponsors = []uptimemonitor.Sponsor{} diff --git a/html/sponsor.html b/html/sponsor.html index 69c1411..da44e64 100644 --- a/html/sponsor.html +++ b/html/sponsor.html @@ -5,8 +5,10 @@
{{ range .Sponsors }} -
- {{ .Name }} +
+
+ {{ .Name }} +
{{ .Name }}
diff --git a/static/img/airlabs.png b/static/img/airlabs.png new file mode 100644 index 0000000..c3f337e Binary files /dev/null and b/static/img/airlabs.png differ diff --git a/static/img/airlabs.svg b/static/img/airlabs.svg deleted file mode 100644 index dad85db..0000000 --- a/static/img/airlabs.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file