Skip to content

Commit

Permalink
Merge pull request #219 from FlutterKaigi/feature/charging-space
Browse files Browse the repository at this point in the history
Announcement に充電スペースについての情報を追加
  • Loading branch information
blendthink authored Nov 2, 2023
2 parents 169e0da + ac291fc commit f46e9a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/features/announcement/ui/announcement_section.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ final class _AnnouncementList extends StatelessWidget {
_AnnouncementItem(
'''昼食の提供はございません。会場周辺のお店をご利用ください。また、公式アプリにて会場周辺のお店を紹介しておりますので、ぜひご活用ください。''',
),
_verticalGap,
_AnnouncementItem(
'''来場者向けの充電スペースは設けません。充電が必要な方はモバイルバッテリーなどをご持参ください。''',
),
],
);
}
Expand Down

0 comments on commit f46e9a4

Please sign in to comment.