diff --git a/components/Header/index.tsx b/components/Header/index.tsx
index a66c95a5..18cac289 100644
--- a/components/Header/index.tsx
+++ b/components/Header/index.tsx
@@ -141,18 +141,6 @@ const Header = () => {
else console.error('Failed to unsave team: No party ID')
}
- const copyButton = () => {
- if (router.route === '/p/[party]')
- return (
- }
- blended={true}
- text={t('buttons.copy')}
- onClick={copyToClipboard}
- />
- )
- }
-
const title = () => {
let title = ''
let hasAccessory = false
@@ -185,6 +173,7 @@ const Header = () => {
) : undefined
}
text={title}
+ onClick={copyToClipboard}
/>
)
}
@@ -266,8 +255,6 @@ const Header = () => {
? saveButton()
: ''}
- {copyButton()}
-
{/* }
blended={true}