Skip to content

Commit 18554f3

Browse files
committed
update footer
1 parent e7df05d commit 18554f3

2 files changed

Lines changed: 6 additions & 5 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.34",
4+
"version": "0.2.35",
55
"sideEffects": false,
66
"main": "./dist/index.js",
77
"module": "./dist/index.mjs",

packages/ui/src/footer.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,14 @@ const navigation = {
4848
{ name: "Affiliate management", href: "/partners" },
4949
],
5050
resources: [
51-
{ name: "About", href: "/about" },
52-
{ name: "Blog", href: "/blog" },
53-
{ name: "Changelog", href: "/changelog" },
54-
{ name: "Customers", href: "/customers" },
5551
{ name: "Docs", href: "/docs/introduction" },
5652
{ name: "Help Center", href: "/help" },
53+
{ name: "Changelog", href: "/changelog" },
54+
{ name: "Blog", href: "/blog" },
55+
{ name: "Customers", href: "/customers" },
56+
{ name: "About", href: "/about" },
5757
{ name: "Brand", href: "/brand" },
58+
{ name: "Contact", href: "/contact" },
5859
],
5960
compare: COMPARE_PAGES.map(({ name, slug }) => ({
6061
name,

0 commit comments

Comments
 (0)