second commit

This commit is contained in:
2025-08-08 07:27:52 +02:00
parent 8b515a3c27
commit f7cebd9371
14 changed files with 138 additions and 8 deletions

View File

@@ -235,8 +235,8 @@ class ProjectSection extends StatelessWidget {
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
child: Column(
children: [
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
Wrap(
alignment: WrapAlignment.spaceBetween,
children: [
ProjectRow(title: "Endpoint", value: projectInfo.endpoint),
ProjectRow(title: "Project ID", value: projectInfo.projectId),