mirror of
https://github.com/nix-community/noogle.git
synced 2025-01-03 06:26:09 +03:00
fix: also open github org in new tab (#14)
This commit is contained in:
parent
9489c3249d
commit
ab6df3415a
@ -88,7 +88,7 @@ export function Layout(props: LayoutProps) {
|
||||
/>
|
||||
</Box>
|
||||
<Box sx={{ ml: 1 }} component="span">{`noog\u03BBe`}</Box>
|
||||
<Link href="https://github.com/hsjobeki/noogle">
|
||||
<Link href="https://github.com/hsjobeki/noogle" target="_blank">
|
||||
<Tooltip title="Contribute on Github">
|
||||
<IconButton
|
||||
// ButtonProps={{ ref: iconRef }}
|
||||
|
Loading…
Reference in New Issue
Block a user