Skip to content

Commit

Permalink
Merge pull request #909 from softwaremill/chore/update-welcome-page
Browse files Browse the repository at this point in the history
chore(): turn welcome page redirect buttons into just links
  • Loading branch information
lubarskyy authored Jul 27, 2022
2 parents 83398a4 + c90aa0c commit dcba047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/pages/Welcome/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ export const Welcome: React.FC = () => (
<h1>Welcome to Bootzooka!</h1>
<p className="mt-3 px-4">
In this template application you can{" "}
<Link to="/register" className="btn btn-outline-dark">
<Link to="/register" className="link-dark">
Register
</Link>{" "}
as a new user,{" "}
<Link to="/login" className="btn btn-outline-dark">
<Link to="/login" className="link-dark">
Login
</Link>{" "}
and later manage your user details.
Expand All @@ -47,7 +47,7 @@ export const Welcome: React.FC = () => (
or{" "}
<a href="https://github.com/softwaremill/bootzooka" target="blank">
Source code
</a>{" "}
</a>
.
</p>
</Container>
Expand Down

0 comments on commit dcba047

Please sign in to comment.