Skip to content

Commit

Permalink
Clean up sponsor logo cloud (#114)
Browse files Browse the repository at this point in the history
* Switch to SVG

* Minify SVG

* Cleanup sponsor logo spacing and wrapping
  • Loading branch information
imacrayon authored Oct 16, 2023
1 parent d7e4303 commit 72ba9e7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 71 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var sponsors = []Sponsor{
{
Name: "Moonbase Labs",
URL: "https://moonbaselabs.com",
ImagePath: "public/images/logos/moonbaselabs.png",
ImagePath: "public/images/logos/moonbaselabs.svg",
ImageClasses: "",
},
{
Expand Down
Binary file removed public/images/logos/moonbaselabs.png
Binary file not shown.
1 change: 1 addition & 0 deletions public/images/logos/moonbaselabs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 72ba9e7

Please sign in to comment.