Skip to content

Commit 4769bac

Browse files
committed
bump @dub/ui
1 parent 44714fd commit 4769bac

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dub/ui",
33
"description": "UI components for Dub.co",
4-
"version": "0.2.41",
4+
"version": "0.2.42",
55
"sideEffects": false,
66
"main": "./dist/index.js",
77
"module": "./dist/index.mjs",

packages/ui/src/content.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,12 @@ export const RESOURCES = [
165165
description: "Answers to your questions",
166166
href: "/help",
167167
},
168+
{
169+
icon: HeartFill,
170+
title: "About",
171+
description: "Company, values, and team",
172+
href: "/about",
173+
},
168174
{
169175
icon: FeatherFill,
170176
title: "Blog",
@@ -177,12 +183,6 @@ export const RESOURCES = [
177183
description: "Releases and updates",
178184
href: "/changelog",
179185
},
180-
{
181-
icon: HeartFill,
182-
title: "Customers",
183-
description: "Success stories and use cases",
184-
href: "/customers",
185-
},
186186
{
187187
icon: HexadecagonStar,
188188
title: "Dub Brand",

0 commit comments

Comments
 (0)