Skip to content

Commit

Permalink
refact(frontend): github link
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrofars committed Nov 7, 2023
1 parent b4a4dc2 commit 6787f6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/layouts/dashboard/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ export const Layout = withAuthGuard((props) => {
right:"5px",
cursor:"pointer"
}}>
<Link href='https://github.com/OktopUSP/oktopus' target='blank'>
<Link
href='https://github.com/OktopUSP/oktopus'
target='blank'>
<Image
alt="github logo"
src="/assets/general/github-mark.png"
Expand Down

0 comments on commit 6787f6c

Please sign in to comment.