Skip to content

Commit 245d930

Browse files
authored
Update index.tsx
1 parent 1095574 commit 245d930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export default function Home(props: Props) {
300300
]}
301301
/>
302302

303-
<MessageGroup
303+
{/* <MessageGroup
304304
messages={[
305305
{
306306
key: 'experiments',
@@ -319,7 +319,7 @@ export default function Home(props: Props) {
319319
),
320320
},
321321
]}
322-
/>
322+
/> */}
323323
</motion.ul>
324324
</main>
325325
);

0 commit comments

Comments
 (0)