Skip to content

Commit

Permalink
chore(yesod): update text
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Dec 12, 2023
1 parent 51be8b2 commit 456f81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view/pages/yesod/yesod_recent_setting_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class YesodRecentSettingPage extends StatelessWidget {
styleAnimationType: AnimationType.onHover,
spacing: 2.0,
customIconBuilder: (context, local, global) {
final text = const ['表格', '信息', '动态'][local.index];
final text = const ['列表', '杂志', '卡片'][local.index];
return Center(
child: Text(text,
style: TextStyle(
Expand Down

0 comments on commit 456f81c

Please sign in to comment.