diff --git a/src/components/App.tsx b/src/components/App.tsx index f0bc4aa..7dcc14c 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -14,29 +14,46 @@ export default function App() { const [state, _actions] = useMegaStore(); return ( - - -
- logo - Activity -
- - - - - - -
- - }> - - - {/* View All */} - - View All - - - - + + +
+ logo + + Activity + +
+ + + + + + +
+ + }> + + + {/* View All */} + + + View All + + +

+ Bugs? Feedback?{" "} + + Create an issue + +

+ + + ); }