Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Sep 19, 2023
1 parent c6426b1 commit 7e151b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class _KioskMainPageState extends State<KioskMainPage> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('UbuCon Korea Check-in'),
title: Text('참석자 체크인 키오스크 Attendee Check-in Kiosk'),
),
body: Column(
mainAxisAlignment: MainAxisAlignment.center,
Expand Down

0 comments on commit 7e151b6

Please sign in to comment.