Skip to content

Commit

Permalink
Merge pull request #81 from FormidableLabs/figlog
Browse files Browse the repository at this point in the history
adding figlog badge
  • Loading branch information
carbonrobot authored Dec 8, 2023
2 parents c7ef6d6 + aa5dbf3 commit 97fe457
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-weeks-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"formidable-oss-badges": minor
---

Add FigLog
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ See [featuredLogos](https://github.com/FormidableLabs/formidable-oss-badges/tree
- `nuka`
- `owl`
- `groqd`
- `envy`
- `figlog`

### Additional props

Expand Down
3 changes: 3 additions & 0 deletions src/FeaturedBadge.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ Urql.args = { name: "urql" }

export const Envy = Template.bind({})
Envy.args = { name: "envy" }

export const FigLog = Template.bind({})
FigLog.args = { name: "figlog" }
25 changes: 25 additions & 0 deletions src/assets/featuredLogos/figlog.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 @@ -6,6 +6,7 @@ import nuka from "./nuka.svg"
import owl from "./owl.svg"
import groqd from "./groqd.svg"
import envy from "./envy.svg"
import figlog from "./figlog.svg"

export default {
renature,
Expand All @@ -16,4 +17,5 @@ export default {
owl,
groqd,
envy,
figlog,
}

0 comments on commit 97fe457

Please sign in to comment.