diff --git a/frontend/src/components/connections/AppCard.tsx b/frontend/src/components/connections/AppCard.tsx index ba18e57d..def63474 100644 --- a/frontend/src/components/connections/AppCard.tsx +++ b/frontend/src/components/connections/AppCard.tsx @@ -23,7 +23,7 @@ export default function AppCard({ app }: Props) { return ( navigate(`/apps/${app.nostrPubkey}`)} > diff --git a/frontend/src/screens/Home.tsx b/frontend/src/screens/Home.tsx index 7775b6d0..a5c7d635 100644 --- a/frontend/src/screens/Home.tsx +++ b/frontend/src/screens/Home.tsx @@ -52,7 +52,9 @@ function Home() {
- +
+ +
@@ -78,7 +80,9 @@ function Home() {
- +
+ +
diff --git a/frontend/src/screens/channels/Channels.tsx b/frontend/src/screens/channels/Channels.tsx index a6bdf083..8c3b76c0 100644 --- a/frontend/src/screens/channels/Channels.tsx +++ b/frontend/src/screens/channels/Channels.tsx @@ -9,6 +9,7 @@ import { Hotel, HourglassIcon, InfoIcon, + Settings2, Unplug, } from "lucide-react"; import React from "react"; @@ -115,10 +116,20 @@ export default function Channels() {
- + {isDesktop ? ( + + ) : ( + + )}