Skip to content

Commit

Permalink
Remove logo
Browse files Browse the repository at this point in the history
  • Loading branch information
timuric committed Aug 21, 2024
1 parent 4566de1 commit 1023a69
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/api/demo-payment/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ export async function GET() {
dataPrivacyUrl: `${url}`,
homepageUrl: `${url}`,
supportUrl: `${url}`,
brand: {
logo: {
default: `${url}/github-mark.svg`,
},
},
// brand: {
// logo: {
// default: [APP_ICON_URL],
// },
// },
webhooks: [
{
name: "Transaction initialize",
Expand Down

0 comments on commit 1023a69

Please sign in to comment.