Skip to content

Commit

Permalink
Merge pull request #29 from GDG-W/text-patch
Browse files Browse the repository at this point in the history
chore: patch welcome text
  • Loading branch information
Mastersam07 authored Nov 16, 2024
2 parents e1c2316 + e1028a0 commit 84558db
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ class _HomeScreenState extends ConsumerState<HomeScreen> {
child: HeaderText(
title: Text(
'$_getGreeting, ${ref.watch(userViewModelNotifier.select((value) => value.user.fullName.split(' ').first))}'),
subtitle: Text(
'You start on the street, work till you are eleniyan.'),
subtitle: Text('Eat, code, sleep'),
),
),
SliverToBoxAdapter(
Expand Down

0 comments on commit 84558db

Please sign in to comment.