diff --git a/src/NewHome/NewHome.tsx b/src/NewHome/NewHome.tsx index babf55b..b863c30 100644 --- a/src/NewHome/NewHome.tsx +++ b/src/NewHome/NewHome.tsx @@ -12,8 +12,8 @@ export default function NewHome() { const changes = [ { text: 'v1.13', - isLatest: false, - isUpcoming: true, + isLatest: true, + isUpcoming: false, details: [ { secondaryText: 'Added support for custom layout options for the Cytrus core', @@ -71,7 +71,7 @@ export default function NewHome() { }, { text: 'v1.12', - isLatest: true, + isLatest: false, isUpcoming: false, details: [ { @@ -170,7 +170,7 @@ export default function NewHome() { {/**/} - + Changes