We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7df05d commit 18554f3Copy full SHA for 18554f3
2 files changed
packages/ui/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@dub/ui",
3
"description": "UI components for Dub.co",
4
- "version": "0.2.34",
+ "version": "0.2.35",
5
"sideEffects": false,
6
"main": "./dist/index.js",
7
"module": "./dist/index.mjs",
packages/ui/src/footer.tsx
@@ -48,13 +48,14 @@ const navigation = {
48
{ name: "Affiliate management", href: "/partners" },
49
],
50
resources: [
51
- { name: "About", href: "/about" },
52
- { name: "Blog", href: "/blog" },
53
- { name: "Changelog", href: "/changelog" },
54
- { name: "Customers", href: "/customers" },
55
{ name: "Docs", href: "/docs/introduction" },
56
{ name: "Help Center", href: "/help" },
+ { name: "Changelog", href: "/changelog" },
+ { name: "Blog", href: "/blog" },
+ { name: "Customers", href: "/customers" },
+ { name: "About", href: "/about" },
57
{ name: "Brand", href: "/brand" },
58
+ { name: "Contact", href: "/contact" },
59
60
compare: COMPARE_PAGES.map(({ name, slug }) => ({
61
name,
0 commit comments