Skip to content

Commit

Permalink
Change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Feb 9, 2023
1 parent 157933b commit 3588c8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/a11ytester-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: a11ytester
uses: mikaelvesavuori/[email protected]
with:
urls: [${{ env.WEBSITE_TO_AUDIT }}]
urls: ${{ env.WEBSITE_TO_AUDIT }}
4 changes: 2 additions & 2 deletions src/theme/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ const Layout = ({ children }: Props): JSX.Element => (
cookieValue={false}
buttonStyle={{
background: '#90EE90',
color: '#191919',
color: '#000000',
}}
declineCookieValue={true}
declineButtonStyle={{
background: '#fe6262',
color: '#191919',
color: '#000000',
}}
onDecline={() => {
gaOptout();
Expand Down

0 comments on commit 3588c8c

Please sign in to comment.