Skip to content

Commit 2f41ea8

Browse files
committed
Merge branch 'develop'
2 parents 38e84fc + 9886ba5 commit 2f41ea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/dashboard/presentation/component/workbook_view/workbook_grid_item.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class WorkbookGridItem extends ConsumerWidget {
129129
const Gap(10),
130130
_gridTile(
131131
Icons.folder,
132-
workbook.folderName.toString(),
132+
(workbook.folderName ?? 'Unknown').toString(),
133133
),
134134
const Spacer(),
135135
],

lib/dashboard/presentation/dashboard_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ class _DashboardScreenState extends ConsumerState<DashboardScreen> {
340340
),
341341
child: Center(
342342
child: Image.asset(
343-
'images/mongo_ai_logo.png',
343+
'assets/images/mongo_ai_logo.png',
344344
width: 16,
345345
height: 16,
346346
),

0 commit comments

Comments
 (0)