diff --git a/components/common/Button.jsx b/components/common/Button.jsx
index 23d3b50..e9b8c50 100644
--- a/components/common/Button.jsx
+++ b/components/common/Button.jsx
@@ -1,6 +1,6 @@
import styled from "styled-components";
-const Button = styled.button`
+const Button = styled.a`
cursor: ${({ disabled }) => disabled ? `default` : `pointer`};
display: inline-block;
text-align: center;
@@ -16,7 +16,7 @@ const Button = styled.button`
padding-top: 8px;
padding-bottom: 8px;
border-radius: 18px;
- background: var(${({ disabled }) => disabled ? `--glyph-gray-tertiary` : `--fill-blue`});
+ background: var(${({ disabled }) => disabled ? `--glyph-gray-tertiary` : `--color-fill-blue`});
color: #fff;
border: 0;
outline: 0;
diff --git a/components/common/Header.jsx b/components/common/Header.jsx
index 3046dd9..b702cfe 100644
--- a/components/common/Header.jsx
+++ b/components/common/Header.jsx
@@ -162,9 +162,7 @@ function Header() {
-
-
-
+
diff --git a/components/pages/home/sections/HeroSection.jsx b/components/pages/home/sections/HeroSection.jsx
index f506300..812bc0f 100644
--- a/components/pages/home/sections/HeroSection.jsx
+++ b/components/pages/home/sections/HeroSection.jsx
@@ -41,8 +41,8 @@ const HeroSection = () => {
CodeEdit is an exciting new code editor written entirely and unapologetically for macOS. Develop any project using any language at speeds like never before with increased efficiency and reliability in an editor that feels right at home on your Mac.
-
- v0.0.1 | macOS 12+
+
+ 0.0.1-alpha | macOS 12+