Skip to content

Commit

Permalink
Update Clover, fixing minor accessibility issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Sep 13, 2023
1 parent 548bc1d commit 104cff3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@radix-ui/react-select": "^1.0.0",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.1",
"@samvera/clover-iiif": "^2.0.2",
"@samvera/clover-iiif": "^2.1.1",
"@samvera/image-downloader": "^1.1.6",
"@stitches/react": "^1.2.6",
"axios": "^1.2.2",
Expand Down
2 changes: 0 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ function MyApp({ Component, pageProps }: MyAppProps) {

React.useEffect(() => {
if (typeof window !== "undefined" && mounted) {
const { dataLayer } = pageProps;

const payload = {
...pageProps.dataLayer,
isLoggedIn: user?.isLoggedIn,
Expand Down

0 comments on commit 104cff3

Please sign in to comment.