Skip to content

Commit

Permalink
chore: move Svelte 4 to legacy comparison in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
TehBrian authored Nov 17, 2024
1 parent 01fbb02 commit e7f1226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit e7f1226

Please sign in to comment.