From 412e3b59356100149e5c8d84f0580c4454deeed1 Mon Sep 17 00:00:00 2001
From: Arik Chakma
Date: Tue, 28 Jan 2025 05:23:19 +0600
Subject: [PATCH] feat: add subscribe to changelog (#8012)
* feat: add subscribe to changelog
* Add subscribe to changelog
---------
Co-authored-by: Kamran Ahmed
---
.astro/settings.json | 2 +-
src/components/ChangelogBanner.astro | 32 +++++++++++++++++++---------
2 files changed, 23 insertions(+), 11 deletions(-)
diff --git a/.astro/settings.json b/.astro/settings.json
index 79f45a49a..9aa9d76f8 100644
--- a/.astro/settings.json
+++ b/.astro/settings.json
@@ -3,6 +3,6 @@
"enabled": false
},
"_variables": {
- "lastUpdateCheck": 1737392387456
+ "lastUpdateCheck": 1738019390029
}
}
\ No newline at end of file
diff --git a/src/components/ChangelogBanner.astro b/src/components/ChangelogBanner.astro
index c6a8d25a8..cea4317c4 100644
--- a/src/components/ChangelogBanner.astro
+++ b/src/components/ChangelogBanner.astro
@@ -1,7 +1,7 @@
---
import { getAllChangelogs } from '../lib/changelog';
import { DateTime } from 'luxon';
-
+import AstroIcon from './AstroIcon.astro';
const allChangelogs = await getAllChangelogs();
const top10Changelogs = allChangelogs.slice(0, 10);
---
@@ -12,16 +12,18 @@ const top10Changelogs = allChangelogs.slice(0, 10);
Actively Maintained
-
+
We are always improving our content, adding new resources and adding
features to enhance your learning experience.
-