diff --git a/src/components/header/header.tsx b/src/components/header/header.tsx index 5419a5f..c84a765 100644 --- a/src/components/header/header.tsx +++ b/src/components/header/header.tsx @@ -49,7 +49,6 @@ export default function Gw2AuthHeader() { if (authInfo === undefined) { utilities.push({ type: 'button', - variant: 'primary-button', iconName: 'status-in-progress', text: i18n.loading, });