mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2026-04-28 05:27:35 +02:00
update
This commit is contained in:
+14
-14
@@ -1,16 +1,16 @@
|
||||
import { VscGithubInverted } from 'react-icons/vsc'
|
||||
import { Button } from '@nextui-org/button'
|
||||
import { Button } from "@heroui/button";
|
||||
import { VscGithubInverted } from "react-icons/vsc";
|
||||
|
||||
export const Source = () => {
|
||||
return (
|
||||
<Button
|
||||
aria-label='Source Code'
|
||||
size='sm'
|
||||
onClick={() =>
|
||||
window.open('https://github.com/skidoodle/erettsegi-browser')
|
||||
}
|
||||
>
|
||||
<VscGithubInverted size={20} />
|
||||
</Button>
|
||||
)
|
||||
}
|
||||
return (
|
||||
<Button
|
||||
aria-label="Source Code"
|
||||
size="sm"
|
||||
onPress={() =>
|
||||
window.open("https://github.com/skidoodle/erettsegi-browser")
|
||||
}
|
||||
>
|
||||
<VscGithubInverted size={20} />
|
||||
</Button>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user