Skip to content

Commit

Permalink
add prefix.dev logo (#2261)
Browse files Browse the repository at this point in the history
* add prefix.dev logo

* add infra as well

* add missing files
  • Loading branch information
wolfv authored Aug 12, 2024
1 parent 32e803c commit 034f025
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/components/Supporters/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ const infrastructure = [
dark: "img/supporters/travis_dark.png",
width: 200,
},
{
name: "Prefix.dev",
link: "https://prefix.dev/",
light: "img/supporters/prefix_light.svg",
dark: "img/supporters/prefix_dark.svg",
width: 250,
},
];

const developer = [
Expand Down Expand Up @@ -138,6 +145,13 @@ const developer = [
dark: "img/supporters/quantstack_dark.svg",
width: 250,
},
{
name: "Prefix.dev",
link: "https://prefix.dev/",
light: "img/supporters/prefix_light.svg",
dark: "img/supporters/prefix_dark.svg",
width: 250,
},
];

export default function Supporters() {
Expand Down
177 changes: 177 additions & 0 deletions static/img/supporters/prefix_dark.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 034f025

Please sign in to comment.