Skip to content

Commit

Permalink
feat: remove logos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-sarfati committed May 23, 2024
1 parent 600fea4 commit 4c1fda8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions apps/web/app/app.dub.co/(auth)/register/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,7 @@ export const metadata = constructMetadata({
title: `Create your ${process.env.NEXT_PUBLIC_APP_NAME} account`,
});

const logos = [
"vercel",
"perplexity",
"prisma",
"tinybird",
"hashnode",
"cal",
"vercel",
"perplexity",
"prisma",
"tinybird",
"hashnode",
"cal",
];
const logos = [];

export default function RegisterPage() {
return (
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/src/constants/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ export const DEFAULT_REDIRECTS = {

export const DUB_HEADERS = {
headers: {
"x-powered-by": "Dub.co - Link management for modern marketing teams",
"x-powered-by": "7QR.CODES",
},
};

0 comments on commit 4c1fda8

Please sign in to comment.