Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Mar 30, 2024
1 parent 9e5bf5e commit c5e5640
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/index-page/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { clsx } from "clsx"

export function Hero() {
return (
<div className="hero dark">
<div className="hero">
<div className="container conf-block">
<section
className={clsx(
Expand Down Expand Up @@ -37,7 +37,7 @@ export function Hero() {
</div>
</section>

<Link className="index-button block w-fit mx-auto mt-10" href="/learn">
<Link className="text-white border-white index-button block w-fit mx-auto mt-10" href="/learn">
Get Started
</Link>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ div[id^="headlessui-menu-items"] {
}

.index-button {
@apply border border-black dark:border-current rounded-md transition-colors py-2.5 px-6;
@apply border border-current rounded-md transition-colors py-2.5 px-6;

&:hover,
&:focus {
Expand Down

0 comments on commit c5e5640

Please sign in to comment.