fix: also open github org in new tab (#14)

This commit is contained in:
Johannes Kirschbauer 2023-01-21 10:15:48 +01:00 committed by GitHub
parent 9489c3249d
commit ab6df3415a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}