Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding figlog badge #81

Merged
merged 5 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,
}
Loading