header done

This commit is contained in:
Arjun Patel
2022-01-19 23:43:01 -08:00
parent 5004188043
commit 39d03fa918
3 changed files with 34 additions and 48 deletions
+7
View File
@@ -0,0 +1,7 @@
export default function MainLogo({ ...props }) {
return (
<span {...props} id="main-title">
nirvana
</span>
);
}