diff --git a/packages/ui/package.json b/packages/ui/package.json index bfaefc4c017..7ae6d61199d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@dub/ui", "description": "UI components for Dub.co", - "version": "0.2.34", + "version": "0.2.35", "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/ui/src/footer.tsx b/packages/ui/src/footer.tsx index 888644b1924..a0fec370d50 100644 --- a/packages/ui/src/footer.tsx +++ b/packages/ui/src/footer.tsx @@ -48,13 +48,14 @@ const navigation = { { name: "Affiliate management", href: "/partners" }, ], resources: [ - { name: "About", href: "/about" }, - { name: "Blog", href: "/blog" }, - { name: "Changelog", href: "/changelog" }, - { name: "Customers", href: "/customers" }, { name: "Docs", href: "/docs/introduction" }, { name: "Help Center", href: "/help" }, + { name: "Changelog", href: "/changelog" }, + { name: "Blog", href: "/blog" }, + { name: "Customers", href: "/customers" }, + { name: "About", href: "/about" }, { name: "Brand", href: "/brand" }, + { name: "Contact", href: "/contact" }, ], compare: COMPARE_PAGES.map(({ name, slug }) => ({ name,