diff --git a/public/images/rocket.gif b/public/images/rocket.gif new file mode 100644 index 000000000..d9fdba8d3 Binary files /dev/null and b/public/images/rocket.gif differ diff --git a/src/components/Changelog/ChangelogLaunch.astro b/src/components/Changelog/ChangelogLaunch.astro new file mode 100644 index 000000000..e4c39c3de --- /dev/null +++ b/src/components/Changelog/ChangelogLaunch.astro @@ -0,0 +1,33 @@ +--- +import { DateTime } from 'luxon'; + +const formattedDate = DateTime.fromISO('2024-09-13').toFormat('dd LLL, yyyy'); +--- + +
+ We will be sharing a selected list of updates, improvements, and fixes made to + the website. Stay tuned! +
+