Skip to content

Commit

Permalink
wcag, fix style for errorPages
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Jan 15, 2024
1 parent 1dc4bc7 commit 598ec2b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ <h3>
</div>
</div>
<div class="main-button-bar">
<a class="btn btn-primary" wicket:id="home"/>
<a class="btn btn-primary" wicket:id="back"/>
<div class="d-flex">
<a class="btn btn-primary" wicket:id="home"/>
<a class="btn btn-primary" wicket:id="back"/>
</div>
</div>
</wicket:extend>
</body>
Expand Down

0 comments on commit 598ec2b

Please sign in to comment.