diff --git a/components/Workspaces/WorkspaceLayout.tsx b/components/Workspaces/WorkspaceLayout.tsx index e136029a0c..c22549172e 100644 --- a/components/Workspaces/WorkspaceLayout.tsx +++ b/components/Workspaces/WorkspaceLayout.tsx @@ -68,10 +68,10 @@ export const WorkspaceLayout = ({ workspaceId, banner, children, footer }: Works )} -
+
{banner}
{children}
-
+ {footer ? (
diff --git a/components/shared/SkipLink.tsx b/components/shared/SkipLink.tsx new file mode 100644 index 0000000000..1742f65747 --- /dev/null +++ b/components/shared/SkipLink.tsx @@ -0,0 +1,13 @@ +export const SkipLink = ({ id }: { id: string }) => { + return ( + + Skip to main content + + ); +}; diff --git a/layouts/filter.tsx b/layouts/filter.tsx index 5ebd1375a4..1f724d8ba9 100644 --- a/layouts/filter.tsx +++ b/layouts/filter.tsx @@ -27,9 +27,9 @@ const FilterLayout = ({ children }: { children: React.ReactNode }) => { username={userOrg} />
-
+
{children}
-
+