diff --git a/website/src/.vitepress/theme/components/WhatsNew.vue b/website/src/.vitepress/theme/components/WhatsNew.vue index f748c89d..6820a9e1 100644 --- a/website/src/.vitepress/theme/components/WhatsNew.vue +++ b/website/src/.vitepress/theme/components/WhatsNew.vue @@ -33,14 +33,14 @@ const whatsNew = computed(() => {
-
-

- View the full release - - here - -

-
+ +
+

+ View the full release + + here + +

@@ -53,7 +53,7 @@ const whatsNew = computed(() => { transition: border-color 0.25s, background-color 0.25s padding: 24px height: 100% - margin: 2em auto + margin: 1.5em auto 0.5em auto header { display: flex @@ -110,4 +110,10 @@ const whatsNew = computed(() => { } } } + +.fullChangelog { + margin: 0 0 1rem + color: var(--vp-c-text-2) + font-size: 0.9rem +} diff --git a/website/src/download/index.md b/website/src/download/index.md index 172d3873..482d44c4 100644 --- a/website/src/download/index.md +++ b/website/src/download/index.md @@ -2,6 +2,10 @@ title: Download description: Download page that allows users to access and install the latest version of the app. aside: false +lastUpdated: false +editLink: false +prev: false +next: false ---