From e7f12268715e5358c8cfb7ce5fa019ebddac427d Mon Sep 17 00:00:00 2001 From: TehBrian <32250137+TehBrian@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:56:36 -0500 Subject: [PATCH 1/2] chore: move Svelte 4 to legacy comparison in footer --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 673b5453..182ea1ae 100644 --- a/vite.config.js +++ b/vite.config.js @@ -48,6 +48,7 @@ const footerNavigation = [ { title: "Comparing Legacy version & Current Version", links: [ + { name: "Svelte 4 vs Svelte 5", url: "/compare/svelte4-vs-svelte5" }, { name: "Vue 2 vs Vue 3", url: "/compare/vue2-vs-vue3" }, { name: "Aurelia 1 vs Aurelia 2", @@ -66,7 +67,6 @@ const footerNavigation = [ name: "Angular vs Angular Renaissance", url: "/compare/angular-vs-angularRenaissance", }, - { name: "Svelte 4 vs Svelte 5", url: "/compare/svelte4-vs-svelte5" }, { name: "Ember Octane vs Ember Polaris", url: "/compare/emberOctane-vs-emberPolaris", From 2faf528be9d3b530ba0b9b44c109a5d3ead2c260 Mon Sep 17 00:00:00 2001 From: TehBrian <32250137+TehBrian@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:57:56 -0500 Subject: [PATCH 2/2] chore: remove Angular Renaissance from upcoming comparison in footer --- vite.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vite.config.js b/vite.config.js index 182ea1ae..e0efb842 100644 --- a/vite.config.js +++ b/vite.config.js @@ -63,10 +63,6 @@ const footerNavigation = [ { title: "Comparing Current Version & Upcoming Version", links: [ - { - name: "Angular vs Angular Renaissance", - url: "/compare/angular-vs-angularRenaissance", - }, { name: "Ember Octane vs Ember Polaris", url: "/compare/emberOctane-vs-emberPolaris",