diff --git a/packages/playground/src/App.vue b/packages/playground/src/App.vue index a2de92994a..4eacbe694e 100644 --- a/packages/playground/src/App.vue +++ b/packages/playground/src/App.vue @@ -425,12 +425,14 @@ const routes: AppRoute[] = [ icon: "mdi-lightbulb-on-outline", route: DashboardRoutes.Deploy.Applications, tooltip: "Deploy ready applications on the ThreeFold grid.", + releaseDate: new Date("2024-10-2"), }, { title: "Domains", icon: "domains.png", route: DashboardRoutes.Deploy.Domains, tooltip: "Expose servers hosted on local machines or VMs to the public internet.", + releaseDate: new Date("2024-10-2"), }, { title: "Your Contracts", @@ -555,7 +557,6 @@ function clickHandler({ route, url }: AppRouteItem): void {