Skip to content

Commit

Permalink
Merge pull request #320 from visdesignlab/isu278-foot-size
Browse files Browse the repository at this point in the history
Fix spacing for "report a bug" button
  • Loading branch information
NateLanza authored Mar 25, 2024
2 parents 68eeeef + a59a126 commit cdf6839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ const Footer = () => {
<img src={vdl_logo} alt="About Us" height="32px" width="100%" />
</Button>
<Link
sx={categoryCSS}
href="https://github.com/visdesignlab/upset2/issues"
target="_blank"
rel="noreferrer"
aria-label="Open GitHub issues for this project"
>
<Button
sx={categoryCSS}
variant="contained"
color="inherit"
size="medium"
Expand Down

0 comments on commit cdf6839

Please sign in to comment.