diff --git a/components/Button/CopyLinkButton.js b/components/Button/CopyLinkButton.js index 94a75f4..329c670 100644 --- a/components/Button/CopyLinkButton.js +++ b/components/Button/CopyLinkButton.js @@ -27,6 +27,7 @@ export default function CopyLinkButton(props: CopyLinkProps) { data-cy="copy-link-button" isClicked={isClicked} aria-label="Copy the website’s address to your clipboard." + type="button" {...props} > diff --git a/components/ChecklistItem/Apps.js b/components/ChecklistItem/Apps.js index 3872f39..834a337 100644 --- a/components/ChecklistItem/Apps.js +++ b/components/ChecklistItem/Apps.js @@ -75,7 +75,7 @@ export class Apps extends React.Component { aria-expanded={overflowExpanded} aria-controls={`apps_${resource.id}`} > - + )} diff --git a/components/Page/index.js b/components/Page/index.js index c3075cc..13fddb7 100644 --- a/components/Page/index.js +++ b/components/Page/index.js @@ -74,7 +74,11 @@ export default function Page(props: Props) {
{children}