Skip to content

Commit

Permalink
Add Kubuds as a partner with logo and link
Browse files Browse the repository at this point in the history
  • Loading branch information
imguoguo committed Feb 27, 2025
1 parent 5c6d741 commit b3110e0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
Binary file added public/partner-logo/kubuds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 12 additions & 5 deletions src/lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,18 @@ export const sponsors: Sponsor[][] = [
]

export const partners: Partner[][] = [
[{
name: "甲辰计划",
logo: "/partner-logo/rv2036.png",
link: "https://rv2036.org/"
}],
[
{
name: "甲辰计划",
logo: "/partner-logo/rv2036.png",
link: "https://rv2036.org/"
},
{
name: "苦芽科技",
logo: "/partner-logo/kubuds.png",
link: "https://kubuds.io/"
},
],
[
{
name: "Sipeed",
Expand Down

0 comments on commit b3110e0

Please sign in to comment.