Skip to content

Commit

Permalink
Update line style
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefOfGxBxL committed Nov 3, 2024
1 parent f34f7aa commit 5100293
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ export function Header({ darkMode, ...props }) {
</Navbar.Brand>
</Navbar.Header>
<Nav pullRight>
<NavItem onClick={() => {
showOptionsModal(props)
}}>
<NavItem onClick={() => showOptionsModal(props)}>
<Fonticon icon="cog" />
Options
</NavItem>
<NavItem href="https://github.com/RESTEDClient/RESTED" target="_blank">
<NavItem
href="https://github.com/RESTEDClient/RESTED"
target="_blank"
rel="noopener noreferrer"
>
<Fonticon icon="github" />
GitHub
</NavItem>
Expand Down

0 comments on commit 5100293

Please sign in to comment.