From e15ffdae752a4fefb2cc1c051865608260500a4f Mon Sep 17 00:00:00 2001 From: Bethany Dunfield Date: Thu, 14 Dec 2023 15:33:25 -0700 Subject: [PATCH] Footer link updates with bonus nav bar padding fix (#185) * Footer link updates with bonus nav bar fix --- package.json | 2 +- src/templates/Footer/index.jsx | 36 +++------------------------------- src/templates/NavBar/index.jsx | 2 +- 3 files changed, 5 insertions(+), 35 deletions(-) diff --git a/package.json b/package.json index b15bedd9..beb40286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@civicactions/data-catalog-components", - "version": "1.17.0", + "version": "1.17.1", "description": "React Components for Open Data Catalogs.", "main": "dist/index.js", "source": "src/index.ts", diff --git a/src/templates/Footer/index.jsx b/src/templates/Footer/index.jsx index 0ea924f6..4be92fd1 100644 --- a/src/templates/Footer/index.jsx +++ b/src/templates/Footer/index.jsx @@ -13,7 +13,6 @@ function Footer({ }) { const menu1 = links ? : null; const menu2 = links ? : null; - return (
@@ -24,37 +23,8 @@ function Footer({ publishing and analysis are also open and transparent.

- Powered by DKAN -

- +

{menu1} {menu2} diff --git a/src/templates/NavBar/index.jsx b/src/templates/NavBar/index.jsx index eb0d5341..9ea75d80 100644 --- a/src/templates/NavBar/index.jsx +++ b/src/templates/NavBar/index.jsx @@ -17,7 +17,7 @@ const NavBar = ({ return (
{expand && ( - +
toggleOpen(!isOpen)}>