Fix syntax error in HomeScreen logic
This commit is contained in:
parent
4e8b619ec2
commit
3018d9a9d1
|
|
@ -391,8 +391,8 @@ class HomeScreen extends ConsumerWidget {
|
|||
pages = [
|
||||
{
|
||||
'title': 'ビジネスモードへようこそ',
|
||||
'description': '飲食店様向けの機能を集約しました。\n在庫管理からメニュー作成まで、\nプロの仕事を強力にサポートします。',
|
||||
'icon': LucideIcons.briefcase,
|
||||
'description': '飲食店様向けの機能を集約しました。\nメニュー作成から販促まで、\nプロの仕事を強力にサポートします。',
|
||||
'icon': LucideIcons.store,
|
||||
},
|
||||
{
|
||||
'title': 'セット商品の作成',
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ class _OnboardingDialogState extends State<OnboardingDialog> {
|
|||
{
|
||||
'title': '日本酒の『魂』を保存する',
|
||||
'description': 'Ponshu Roomへようこそ。\n飲んだ日本酒のラベルを撮影するだけで、\nAIが情報を解析し、あなたのリストに加えます。',
|
||||
'icon': LucideIcons.wine,
|
||||
'icon': '🍶',
|
||||
},
|
||||
{
|
||||
'title': 'ラベルを撮るだけ',
|
||||
|
|
|
|||
Loading…
Reference in New Issue