Commit b2432b38 authored by tom goriunov's avatar tom goriunov Committed by GitHub

Merge pull request #1620 from blockscout/release/v1.24.0

Release v1.24.0 fixes
parents 9f3122c3 b6a8896d
......@@ -18,6 +18,7 @@ export function ad(): CspDev.DirectiveDescriptor {
// hype
'api.hypelab.com',
'*.ixncdn.com',
],
'frame-src': [
// coinzilla
......
......@@ -35,7 +35,7 @@ const PublicTagMenuItem = ({ className, hash, onBeforeClick, type }: Props) => {
return (
<MenuItem className={ className } onClick={ handleClick }>
<IconSvg name="publictags" boxSize={ 6 } mr={ 2 }/>
<span>Add private tag</span>
<span>Add public tag</span>
</MenuItem>
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment