adding more with stale states

This commit is contained in:
Arjun Patel
2022-01-30 18:01:33 -08:00
parent bd759118b3
commit 5e208adc3f
5 changed files with 66 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export default function MainLogo({ ...props }) {
return (
<span {...props} id="main-title">
<span id="main-title" {...props}>
nirvana
</span>
);