Merge remote-tracking branch 'origin/env-support' into env-support

This commit is contained in:
Darshan
2025-03-18 13:10:27 +05:30
5 changed files with 0 additions and 16 deletions

View File

@@ -242,15 +242,6 @@ class ProjectSection extends StatelessWidget {
ProjectRow(title: "Project ID", value: projectInfo.projectId),
],
),
const SizedBox(height: 16),
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
ProjectRow(
title: "Project Name", value: projectInfo.projectName),
ProjectRow(title: "Version", value: projectInfo.version),
],
),
],
),
),