From 9efbed18bc68babfc9244ecaaa47aa9213f5d80c Mon Sep 17 00:00:00 2001 From: Nayonika Mohapatra Date: Tue, 3 Dec 2024 01:04:42 +0530 Subject: [PATCH] fix:slack button url Signed-off-by: Nayonika Mohapatra --- site/src/App.js | 2 +- site/src/App.style.js | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/site/src/App.js b/site/src/App.js index 77c5810..1d561f9 100644 --- a/site/src/App.js +++ b/site/src/App.js @@ -100,7 +100,7 @@ const App = () => {

Join the community!

Engage in the Meshery community by joining us on Slack

- +
diff --git a/site/src/App.style.js b/site/src/App.style.js index cb3bb50..0fb51a4 100644 --- a/site/src/App.style.js +++ b/site/src/App.style.js @@ -265,21 +265,6 @@ export const Main = styled.main` .join-community { text-align: center; - a { - display: block; - background: #ebc017; - color: ${({ theme }) => theme.btn}; - width: 14rem; - padding: 1rem; - margin: auto; - border-radius: 0.5rem; - transition: 0.2s ease-in-out; - &:hover { - background-color: rgba(255, 208, 25, 1); - box-shadow: 0px 0px 12px #ebc017; - color: #fff; - } - } } section.playground-btn { margin-top: 4rem;