Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/dashboard/framer-rewrites.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = [
"/",
"/pricing",
"/bounties",
"/contact-us",
// -- product landing pages --
// -- connect
"/connect",
Expand Down
79 changes: 0 additions & 79 deletions apps/dashboard/src/app/api/contact-us/route.ts

This file was deleted.

6 changes: 0 additions & 6 deletions apps/dashboard/src/app/api/contact-us/types.ts

This file was deleted.

121 changes: 0 additions & 121 deletions apps/dashboard/src/components/partners/partner-logo.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions apps/dashboard/src/page-id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ export enum PageId {
// ---------------------------------------------------------------------------
// marketing / growth pages
// ---------------------------------------------------------------------------
// thirdweb.com/contact-us
ContactUs = "contact-us-page",

// thirdweb.com/templates
Templates = "templates-page",
Expand Down
Loading
Loading