diff --git a/routes/(_components)/AppCard.tsx b/routes/(_components)/AppCard.tsx index a786ada..189543f 100644 --- a/routes/(_components)/AppCard.tsx +++ b/routes/(_components)/AppCard.tsx @@ -7,11 +7,9 @@ type AppCardProps = { export default function AppCard(props: AppCardProps) { return ( -
+ + {props.app.icon} +{props.app.name}
+ ); } diff --git a/routes/(_islands)/AppNavigator.tsx b/routes/(_islands)/AppNavigator.tsx index 89b9a08..1a6bb1b 100644 --- a/routes/(_islands)/AppNavigator.tsx +++ b/routes/(_islands)/AppNavigator.tsx @@ -9,17 +9,19 @@ export default function AppNavigator(props: AppNavigatorProps) { if (!props.apps) { return ( <> -No apps available.
++ No apps are currently available. Please contact the maintainers team + to address this issue. +
> ); } return ( <> -