From 5fef668293116c3911aa829753c734bd67f3d36a Mon Sep 17 00:00:00 2001 From: Paul Cretu Date: Thu, 31 Aug 2023 03:28:56 +0000 Subject: [PATCH] Add margin to breadcrumbs --- ui/src/pages/[feed].tsx | 6 +++++- ui/src/pages/dynamic/[feed].tsx | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ui/src/pages/[feed].tsx b/ui/src/pages/[feed].tsx index 7edd36c3..58d6b0b0 100644 --- a/ui/src/pages/[feed].tsx +++ b/ui/src/pages/[feed].tsx @@ -26,7 +26,11 @@ const FeedPage: NextPageWithLayout = () => {
- } aria-label="breadcrumb"> + } + aria-label="breadcrumb" + sx={{ mt: 2 }} + > All hydrophones diff --git a/ui/src/pages/dynamic/[feed].tsx b/ui/src/pages/dynamic/[feed].tsx index 0b440b67..04c6f69f 100644 --- a/ui/src/pages/dynamic/[feed].tsx +++ b/ui/src/pages/dynamic/[feed].tsx @@ -22,7 +22,11 @@ const FeedPage: NextPageWithLayout = () => {
- } aria-label="breadcrumb"> + } + aria-label="breadcrumb" + sx={{ mt: 2 }} + > All hydrophones