From 39e3f66b0a80633284592bccbec8791851940dcd Mon Sep 17 00:00:00 2001 From: Sylvie-Wxr <129717259+Sylvie-Wxr@users.noreply.github.com> Date: Fri, 22 Sep 2023 08:10:01 -0700 Subject: [PATCH] feat: add all speakers button (#192) * init * fix button spacing * add bg color active nav * gradient-button remove border --- components/Dropdown/dropdown.js | 2 +- config/speakers.json | 5 +++++ pages/index.js | 19 ++++++++++--------- styles/globals.css | 8 ++++++-- 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/components/Dropdown/dropdown.js b/components/Dropdown/dropdown.js index 839c7505..9be91943 100644 --- a/components/Dropdown/dropdown.js +++ b/components/Dropdown/dropdown.js @@ -7,7 +7,7 @@ function Dropdown({ active, items, setOptions, setOptions2 }) {