fixing other things
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export default function MainLogo({ ...props }) {
|
||||
return (
|
||||
<span id="main-title" {...props}>
|
||||
<span onClick={() => window.open("/", "_self")} id="main-title" {...props}>
|
||||
nirvana
|
||||
</span>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user