fixing other things

This commit is contained in:
Arjun Patel
2022-02-09 19:45:45 -08:00
parent 84e8223228
commit afb2f3974f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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>
);