Skip to content

Commit

Permalink
Fixed title
Browse files Browse the repository at this point in the history
  • Loading branch information
Nailsonseat committed Apr 24, 2024
1 parent f7e8ca0 commit 157e3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/projects/foss_overflow/foss_overflow.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class FossOverflow extends StatelessWidget {
@override
Widget build(BuildContext context) {
ProjectPageProvider projectPageProvider = Provider.of<ProjectPageProvider>(context, listen: false);
Project project = projectPageProvider.getProject("Foss Overflow");
Project project = projectPageProvider.getProject("FOSS Overflow");

final List<TableOfContentsComponent> projectComponents = [
TableOfContentsComponent(title: "Description", subComponents: []),
Expand Down
2 changes: 1 addition & 1 deletion lib/providers/project_page_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ProjectPageProvider extends ChangeNotifier {
secondaryColor: HexColor('#5787ec'),
),
Project(
title: 'Smart Insti App',
title: 'FOSS Overflow',
image: Image.asset('lib/assets/images/project_banners/foss_overflow.png'),
source: "https://github.com/OpenLake/Smart-Insti-App",
pagePath: '/home/Foss_Overflow',
Expand Down

0 comments on commit 157e3a7

Please sign in to comment.