Skip to content

Commit

Permalink
Add uuid.new to banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Feb 6, 2025
1 parent 62626c0 commit ae8e103
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions www/public/zuplo-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ class ZuploBanner extends HTMLElement {
description: "Mock an API from OpenAPI in seconds",
url: "https://mockbin.io",
},
uuid: {
name: "UUID.new",
logo: "https://cdn.zuplo.com/uploads/uuidnew-logo-only.svg",
description: "Generate UUIDs in your browser",
url: "https://uuid.new",
},
};

// Create wrapper
Expand Down

0 comments on commit ae8e103

Please sign in to comment.