Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Jul 21, 2024
1 parent edd5f9c commit fabf901
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/src/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ function Footer() {
</div>
</Container>
</Navbar>
<div className='canary'>
<div className="canary">
<img
src={canary}
height="40"
className="d-inline-block align-top"
alt="Warrant canary"
/>
</div>
src={canary}
height="40"
className="d-inline-block align-top"
alt="Warrant canary"
/>
</div>
</div>
);
}
Expand Down

0 comments on commit fabf901

Please sign in to comment.