We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe474a6 commit de8206eCopy full SHA for de8206e
src/pages/links/index.tsx
@@ -30,6 +30,16 @@ const linksData: LinkItem[] = [
30
url: 'https://open.oceanbase.com/',
31
logo: 'https://img.hellogithub.com/links/oceanbase.png',
32
},
33
+ {
34
+ name: 'Monibuca',
35
+ url: 'https://m7s.live/',
36
+ logo: 'https://img.hellogithub.com/links/monibuca.jpeg',
37
+ },
38
39
+ name: 'SwanLab',
40
+ url: 'https://swanlab.cn/',
41
+ logo: 'https://img.hellogithub.com/links/swanlab.png',
42
43
];
44
45
const LinksPage: NextPage = () => {
0 commit comments