diff --git a/frontend/src/pages/public/UpgradePathPage/UpgradePathPage.tsx b/frontend/src/pages/public/UpgradePathPage/UpgradePathPage.tsx index 79dbed9ef..4e81afcd5 100644 --- a/frontend/src/pages/public/UpgradePathPage/UpgradePathPage.tsx +++ b/frontend/src/pages/public/UpgradePathPage/UpgradePathPage.tsx @@ -411,29 +411,14 @@ export const UpgradePathPage = () => {
{/* Timeline Column */}
- {/* Timeline Circle */} -
- {isFirst || isLast ? ( -
- ) : hasBreakingChanges || hasDbMigration ? ( - - - - ) : ( -
- )} +
+ {index + 1}
{/* Timeline Line */} - {!isLast &&
} + {!isLast && ( +
+ )}
{/* Content Column */}