Skip to content

Commit

Permalink
feat: update sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Apr 5, 2024
1 parent 8657bc0 commit 015a399
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/sponsors/jetbrains.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/components/Sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import astro from "../assets/sponsors/astro.svg?raw";
import prefect from "../assets/sponsors/prefect.svg?raw";
import stackblitz from "../assets/sponsors/stackblitz.svg?raw";
import vue from "../assets/sponsors/vue.svg?raw";
import jetbrains from "../assets/sponsors/jetbrains.svg?raw";
interface Props {
smallPadding?: boolean;
Expand All @@ -14,6 +15,11 @@ const sponsors = [
img: stackblitz,
url: "https://stackblitz.com",
},
{
name: "JetBrains",
img: jetbrains,
url: "https://www.jetbrains.com/",
},
{
name: "Astro",
img: astro,
Expand Down

0 comments on commit 015a399

Please sign in to comment.