Skip to content

Commit

Permalink
DEVX-75 visual tweak to button placement
Browse files Browse the repository at this point in the history
  • Loading branch information
sheaphillips committed Oct 5, 2023
1 parent f126eb4 commit f4b823e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,5 @@ web/registry/registry.json
# VSCode configs
.vscode/

web/cypress/videos
web/cypress/videos
/web/how_to_private.txt
5 changes: 2 additions & 3 deletions web/src/hoc/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ export const Layout = ({ children }) => {
</a>{' '}
what's missing to make it useful for you.
</p>
{/*<hr/>*/}
<p>
<div>
<ButtonLink to={utmLink}>Test it out!</ButtonLink>
</p>
</div>
</RetirementNotice>
{children}
</Wrapper>
Expand Down

0 comments on commit f4b823e

Please sign in to comment.