Skip to content

Commit

Permalink
Fix initial bottom bar layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Process-ing committed Jan 18, 2024
1 parent e400ec6 commit 15686f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni/lib/utils/navbar_items.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
enum NavbarItem {
navPersonalArea(
Icons.home_outlined,
['area'],
['area', ''],
),
navAcademicPath(
Icons.school_outlined,
Expand Down

0 comments on commit 15686f6

Please sign in to comment.