Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
petradonka authored Jun 21, 2024
1 parent 590726d commit 7fb0379
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Badges

Built something awesome with Prisma? 🌟 Show it off with these badges, perfect for your readme or website.

[![Made with Prisma](https://made-with.prisma.io/dark.svg)](https://prisma.io)

``` md
Expand All @@ -8,12 +10,7 @@

``` html
<a href="https://prisma.io">
<img
width="122"
height="20"
src="https://made-with.prisma.io/dark.svg"
alt="Made with Prisma"
/>
<img width="122" height="20" src="https://made-with.prisma.io/dark.svg" alt="Made with Prisma"/>
</a>
```

Expand All @@ -25,12 +22,7 @@

``` html
<a href="https://prisma.io">
<img
width="122"
height="20"
src="https://made-with.prisma.io/indigo.svg"
alt="Made with Prisma"
/>
<img width="122" height="20" src="https://made-with.prisma.io/indigo.svg" alt="Made with Prisma" />
</a>
```

Expand Down

0 comments on commit 7fb0379

Please sign in to comment.