Skip to content

Commit

Permalink
fix cors
Browse files Browse the repository at this point in the history
  • Loading branch information
maxknivets committed Oct 4, 2024
1 parent 1881f15 commit 0851e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nextjs/csp/policies/ad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export function ad(): CspDev.DirectiveDescriptor {
// coinzilla
'coinzilla.com',
'*.coinzilla.com',
'https://ark-lambda-api.vercel.app',
'https://request-global.czilladx.com',

// adbutler
Expand Down
2 changes: 1 addition & 1 deletion ui/stats/ChartsWidgetsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const ChartsWidgetsList = ({ filterQuery, isError, isPlaceholderData, charts, in
<ChartWidgetContainer
key={ chart.id }
id={ chart.id }
title={ chart.title }
title={ chart.title.replace('ETH', 'tWVM') }
description={ chart.description.replace('ETH', 'tWVM') }
interval={ interval }
units={ chart.units || undefined }
Expand Down

0 comments on commit 0851e7f

Please sign in to comment.