diff --git a/website/events/gray-area/gray-area.tsx b/website/events/gray-area/gray-area.tsx index 5ff0aef..ed01667 100644 --- a/website/events/gray-area/gray-area.tsx +++ b/website/events/gray-area/gray-area.tsx @@ -110,6 +110,13 @@ function PlayhtmlToolBox() { }} > + {/*
+ +
*/} ); @@ -531,7 +538,7 @@ const Guestbook = withSharedState(
- {data.map((entry, i) => ( + {data.reverse().map((entry, i) => (