Skip to content

Commit

Permalink
Merge pull request #230 from Nayhay99/fix/nm/os-button
Browse files Browse the repository at this point in the history
fix:slack button url
  • Loading branch information
leecalcote authored Dec 4, 2024
2 parents d476e89 + 9efbed1 commit 36070ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion site/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const App = () => {
<div>
<h1>Join the community!</h1>
<p>Engage in the Meshery community by joining us on Slack</p>
<Button href="https://slack.meshery.io/" >Join Our Open Source Community</Button>
<Button url="https://slack.meshery.io/" >Join Our Open Source Community</Button>
</div>
</section>
<section>
Expand Down
15 changes: 0 additions & 15 deletions site/src/App.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 36070ed

Please sign in to comment.