Skip to content

Commit 6f58e2d

Browse files
committed
fix: typo in projects and add viewus
1 parent cf56cb4 commit 6f58e2d

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

apps/web/src/utils/config.ts

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,21 @@ export const CONFIG = {
1616
export const projectsOfTheWeek = [
1717
{
1818
id: "1",
19-
name: "nobodb",
19+
name: "viewus",
20+
description:
21+
"ViewUs helps you seamlessly collect and manage customer testimonials.No Developers, No complex setup.",
22+
url: "https://github.com/ankur1493/viewus-sec",
23+
avatarUrl: "https://avatars.githubusercontent.com/u/97390674?s=48&v=4",
24+
totalIssueCount: 1,
25+
primaryLanguage: "Typescript",
26+
popularity: "Lowest",
27+
stage: "Very Early",
28+
competition: "Very Low",
29+
activity: "Highest",
30+
},
31+
{
32+
id: "2",
33+
name: "nocodb",
2034
description: "Open Source Airtable Alternative",
2135
url: "https://github.com/nocodb/nocodb",
2236
avatarUrl: "https://avatars.githubusercontent.com/u/50206778?s=48&v=4",
@@ -27,19 +41,6 @@ export const projectsOfTheWeek = [
2741
competition: "High",
2842
activity: "Highest",
2943
},
30-
{
31-
id: "2",
32-
name: "whisper",
33-
description: "Robust Speech Recognition via Large-Scale Weak Supervision",
34-
url: "https://github.com/openai/whisper",
35-
avatarUrl: "https://avatars.githubusercontent.com/u/14957082?s=48&v=4",
36-
totalIssueCount: 0,
37-
primaryLanguage: "Python",
38-
popularity: "Highest",
39-
stage: "Emerging",
40-
competition: "Highest",
41-
activity: "Normal",
42-
},
4344
{
4445
id: "3",
4546
name: "openchangelog",

0 commit comments

Comments
 (0)