Skip to content

Commit

Permalink
Prettified code
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette authored and actions-user committed Apr 9, 2021
1 parent 7f7782c commit 929a29d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/src/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ export default function Header() {
<nav className="navbar navbar-expand navbar-dark bg-dark px-4 justify-content-between">
<div className="navbar-brand fs-4">Steam Trader</div>
<div>
<a className="me-3" href={`${PAGE_URL}#configuration`} target="_blank">
<a
className="me-3"
href={`${PAGE_URL}#configuration`}
target="_blank">
<IconButton
icon={QuestionSquare}
color="light"
Expand Down

0 comments on commit 929a29d

Please sign in to comment.