Skip to content

Commit

Permalink
Replace pingometer logo with uptime.com
Browse files Browse the repository at this point in the history
They changed their name.
  • Loading branch information
tobias committed May 18, 2023
1 parent af6689f commit 571a948
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 44 deletions.
40 changes: 0 additions & 40 deletions resources/public/images/pingometer-logo.svg

This file was deleted.

1 change: 1 addition & 0 deletions resources/public/images/uptime-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/clojars/web/common.clj
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
[:div.sponsor
(link-to "https://www.fastmail.com/tryit-clojars/"
(image "/images/fastmail-logo.png" "Fastmail"))]
[:div.sponsor
(link-to "https://pingometer.com/"
(image "/images/pingometer-logo.svg" "Pingometer"))]
[:div.sponsor
(link-to "https://www.statuspage.io"
(image "/images/statuspage-io-logo.svg" "StatusPage.io"))]]]
(image "/images/statuspage-io-logo.svg" "StatusPage.io"))]
[:div.sponsor
(link-to "https://uptime.com/"
(image "/images/uptime-logo.svg" "Uptime.com"))]]]
[:div.sponsors
[:div.sponsors-group
[:div.sponsor
Expand Down

0 comments on commit 571a948

Please sign in to comment.