Skip to content

Commit

Permalink
update popup link
Browse files Browse the repository at this point in the history
  • Loading branch information
hoosong0235 authored and sboh1214 committed Jul 31, 2023
1 parent 7bfec15 commit 2c5b3bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/widgets/pop_up.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ Widget _buildAppEvent(BuildContext context) {
const SizedBox(height: 262.0),
FilledButton(
onPressed: () => launchUrl(
Uri.https("instagram.com", "sparcs.kaist"),
Uri.parse(

Check warning on line 97 in lib/widgets/pop_up.dart

View check run for this annotation

Codecov / codecov/patch

lib/widgets/pop_up.dart#L97

Added line #L97 was not covered by tests
'https://docs.google.com/forms/d/e/1FAIpQLSfZbU_TFUPN53De_ihtS4ZK5Tb_nRDazRS7EYQgp3QWAYvyhQ/viewform',
),
),
child: Row(
mainAxisSize: MainAxisSize.min,
Expand Down

0 comments on commit 2c5b3bd

Please sign in to comment.