Skip to content

Commit

Permalink
Task/add react native ama (#100)
Browse files Browse the repository at this point in the history
* Add AMA simple and detailed SVGs

* export ama svgs

* Add AMABadge component

* Add AMA badge as FeaturedBadge story

* Add AMA badge as featuredProjectBadge story

* Add Changeset for release
  • Loading branch information
JDMathew authored Dec 18, 2024
1 parent 11e98bf commit 52dda10
Show file tree
Hide file tree
Showing 8 changed files with 132 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-gifts-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"formidable-oss-badges": minor
---

Add AMA
3 changes: 3 additions & 0 deletions src/FeaturedBadge.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Nuka.args = { name: "nuka", simple: false }
export const ReactNativeOwl = Template.bind({})
ReactNativeOwl.args = { name: "owl", simple: false }

export const ReactNativeAMA = Template.bind({})
ReactNativeAMA.args = { name: "ama", simple: false }

export const Victory = Template.bind({})
Victory.args = { name: "victory", simple: false }

Expand Down
42 changes: 42 additions & 0 deletions src/assets/featuredLogos/ama-simple.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 52dda10

Please sign in to comment.