Skip to content

Commit

Permalink
fix: issue 808 - removed button in ImageGallereyImage
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea.cardonaibm.com committed Apr 9, 2020
1 parent 497dca3 commit 8d797b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "yarn workspace example build",
"build:clean": "yarn workspace example build:clean",
"build:analyze": "ANALYZE=true yarn workspace example build",
"serve": "yarn build && yarn workspace example serve",
"serve": "yarn build && yarn workspace example serve -H 0.0.0.0",
"test:prefix": "yarn workspace example test:prefix",
"now-build": "yarn workspace example build",
"format": "prettier --write \"**/*.{scss,css,js,md}\"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ function ImageGalleryImage({
return (
<Column colLg={col}>
<figure className={figure} role="group" aria-label={alt}>
<button className={imageButtonWrapper} type="button" {...rest}>
{children}
</button>
{/* <button className={imageButtonWrapper} type="button" {...rest}> */}
{children}
{/* </button> */}
</figure>
</Column>
);
Expand Down

0 comments on commit 8d797b2

Please sign in to comment.