Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relabel 'Get Started' Buttons #121

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions _includes/TopNavbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -436,12 +436,11 @@ const TopNavbar = () => {
</ul>
<RegularButton
external
href="https://github.com/litmuschaos/litmus"
href="https://docs.litmuschaos.io/"
className="z-10 ml-4 lg:ml-6"
>
<span className="flex items-center text-xs lg:text-sm">
<GithubButton />
Get Started
Learn more
</span>
</RegularButton>
</div>
Expand Down
5 changes: 2 additions & 3 deletions components/homepage/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ const Hero = () => {
</Paragraph>
<div className="mt-4 flex gap-4 justify-center lg:justify-start">
<RegularButton
href="https://github.com/litmuschaos/litmus"
href="https://docs.litmuschaos.io/"
external
>
<span className="flex items-center">
<GithubButton />
Get Started
Learn more
</span>
</RegularButton>
<OutlinedButton
Expand Down