Skip to content

Commit

Permalink
Graphical bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EliaFerraro committed Jan 14, 2024
1 parent a7c8336 commit bf89d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/TitleBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function TitleBar() {
</Col>
}
<Col xs={12} md="auto" className="d-flex justify-content-center my-1" >
<Button type="button" id="title-btn" as={Link} to="/proposals" className="title-bar-btn w-100 mx-1">
<Button type="button" id="title-btn" as={Link} to="/proposals" className="title-bar-btn w-100 me-1">
<span className="d-flex align-items-center">
<FaFileAlt className="me-1" />
Proposals
Expand Down

0 comments on commit bf89d8a

Please sign in to comment.