Skip to content

Commit

Permalink
Add Envy
Browse files Browse the repository at this point in the history
  • Loading branch information
carloskelly13 committed Sep 28, 2023
1 parent 8cef54d commit bc86706
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-birds-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"formidable-oss-badges": minor
---

Add Envy
3 changes: 3 additions & 0 deletions src/FeaturedBadge.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ Victory.args = { name: "victory" }

export const Urql = Template.bind({})
Urql.args = { name: "urql" }

export const Envy = Template.bind({})
Envy.args = { name: "envy" }
35 changes: 35 additions & 0 deletions src/assets/featuredLogos/envy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/featuredLogos/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import urql from "./urql.svg"
import nuka from "./nuka.svg"
import owl from "./owl.svg"
import groqd from "./groqd.svg"
import envy from "./envy.svg"

export default {
renature,
Expand All @@ -14,4 +15,5 @@ export default {
nuka,
owl,
groqd,
envy,
}

0 comments on commit bc86706

Please sign in to comment.