diff --git a/website/src/pages/index.module.css b/website/src/pages/index.module.css index 4041f51..690e57c 100644 --- a/website/src/pages/index.module.css +++ b/website/src/pages/index.module.css @@ -74,11 +74,13 @@ } .ctaOutline { + align-items: center; background: transparent; border: 1px solid var(--ir-hairline-strong); border-radius: 6px; color: var(--ifm-heading-color); display: inline-flex; + gap: 0.55rem; font-size: 1rem; font-weight: 600; letter-spacing: -0.01em; diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 8519e9b..cfefd4d 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -127,6 +127,19 @@ const plugins = [ }, ]; +function GitHubMark(): ReactNode { + return ( + + ); +} + function Hero(): ReactNode { return (
@@ -148,8 +161,10 @@ function Hero(): ReactNode { Get started - - Concepts + + GitHub