diff --git a/frontend/src/components/home/widgets/AppOfTheDayWidget.tsx b/frontend/src/components/home/widgets/AppOfTheDayWidget.tsx index af4858c71..5222507a1 100644 --- a/frontend/src/components/home/widgets/AppOfTheDayWidget.tsx +++ b/frontend/src/components/home/widgets/AppOfTheDayWidget.tsx @@ -1,14 +1,13 @@ -import { ExternalLinkIcon } from "lucide-react"; +import { ChevronRightIcon } from "lucide-react"; +import { Link } from "react-router-dom"; import { appStoreApps } from "src/components/connections/SuggestedAppData"; import { Card, CardContent, CardDescription, - CardFooter, CardHeader, CardTitle, } from "src/components/ui/card"; -import { LinkButton } from "src/components/ui/custom/link-button"; export function AppOfTheDayWidget() { function seededRandom(seed: number) { @@ -27,31 +26,32 @@ export function AppOfTheDayWidget() { return ( - - App of the Day + + + App of the Day + - -
+ + logo -
- {app.title} - {app.description} +
+

+ {app.title} +

+ + {app.description} +
-
+ +
- - - - Open - - ); } diff --git a/frontend/src/screens/Home.tsx b/frontend/src/screens/Home.tsx index e62e3480a..2b75cad87 100644 --- a/frontend/src/screens/Home.tsx +++ b/frontend/src/screens/Home.tsx @@ -71,6 +71,7 @@ function Home() { + {info.albyAccountConnected && ( @@ -163,7 +164,6 @@ function Home() {
-