diff --git a/.changelog/2413.trivial.md b/.changelog/2413.trivial.md new file mode 100644 index 0000000000..26d7aa21f8 --- /dev/null +++ b/.changelog/2413.trivial.md @@ -0,0 +1 @@ +Move Rofl section below the Ecosystem and add 'View all' link to it diff --git a/src/app/pages/HomePage/RoflAppsCard.tsx b/src/app/pages/HomePage/RoflAppsCard.tsx index 545218734e..a7021bafd9 100644 --- a/src/app/pages/HomePage/RoflAppsCard.tsx +++ b/src/app/pages/HomePage/RoflAppsCard.tsx @@ -5,6 +5,8 @@ import { Card, CardContent, CardHeader, CardTitle } from '@oasisprotocol/ui-libr import { ErrorBoundary } from '../../components/ErrorBoundary' import { RouteUtils } from '../../utils/route-utils' import { Link as RouterLink } from 'react-router-dom' +import { Link } from '@oasisprotocol/ui-library/src/components/link' +import { Typography } from '@oasisprotocol/ui-library/src/components/typography' export const RoflAppsCard: FC = () => { const { t } = useTranslation() @@ -13,9 +15,10 @@ export const RoflAppsCard: FC = () => { -
- {t('rofl.listTitle')} -
+ {t('rofl.listTitle')} + + {t('common.viewAll')} +
diff --git a/src/app/pages/HomePage/index.tsx b/src/app/pages/HomePage/index.tsx index 0591680c7d..e5c34c5de4 100644 --- a/src/app/pages/HomePage/index.tsx +++ b/src/app/pages/HomePage/index.tsx @@ -25,6 +25,7 @@ export const HomePage: FC = () => {
+
{ } />
-