From 449fb57dc331ecaf081947d8239d50092677570e Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Wed, 24 May 2023 08:34:18 -0500 Subject: [PATCH] feedback link --- src/components/App.tsx | 65 ++++++++++++++++++++++++++---------------- 1 file changed, 41 insertions(+), 24 deletions(-) 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 + +

+ + + ); }