diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md
index 38076b5..2663618 100644
--- a/.github/CHANGELOG.md
+++ b/.github/CHANGELOG.md
@@ -1,5 +1,11 @@
## Changelog
+##July 2023
+| *date* | *prefix* | *description* |
+|------------|----------|--------------------------------------------------------------------|
+| 07/24/2023 | refactor | Remove links to stable & development |
+
+
##February 2023
| *date* | *prefix* | *description* |
|------------|----------|--------------------------------------------------------------------|
diff --git a/src/pages/downloads.tsx b/src/pages/downloads.tsx
index 3645499..6fffb69 100644
--- a/src/pages/downloads.tsx
+++ b/src/pages/downloads.tsx
@@ -9,38 +9,42 @@ type downloadItemProps = {
}
export const DownloadItem = (props: downloadItemProps) => (
-
+
);
-const stableSummary = 'The Stable Build is our most tested and reliable version, with features following strict requirements to ensure a smooth experience. ';
-const developmentSummary = 'The Development Build includes new features ready for public preview, but may encounter some bugs.';
-const experimentalSummary = 'The Experimental Build includes brand new features for public testing. No support will be provided for this build.';
-
-const stableDownloadUrl = 'https://github.com/Heavy-Division/B78XH/releases/download/v0.1.15/B78XH-v0.1.15.zip';
-const devDownloadUrl = 'https://github.com/Heavy-Division/B78XH/archive/refs/heads/main.zip';
-const experimentalDownloadUrl = 'https://github.com/Heavy-Division/B78XH/archive/refs/heads/experimental.zip';
+const downloadURL = 'https://github.com/Heavy-Division/B78XH/archive/refs/heads/experimental.zip';
const Downloads = () => (
-
+
- Stable
- Development
- Experimental
+
+ v1.2.0
+