Skip to content

Commit 477ca63

Browse files
committed
Bug fix
1 parent 75780d9 commit 477ca63

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/screens/settings_screen.dart

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ class _SettingsState extends State<Settings> {
131131
color: Colors.brown,
132132
backgroundColor: Colors.transparent),
133133
),
134-
onTap: () =>
135-
launch('https://https://bornomala-tech.web.app/terms'),
134+
onTap: () => launch('https://bornomala-tech.web.app/terms'),
136135
),
137136
),
138137
),
@@ -149,8 +148,8 @@ class _SettingsState extends State<Settings> {
149148
color: Colors.brown,
150149
backgroundColor: Colors.transparent),
151150
),
152-
onTap: () => launch(
153-
'https://https://bornomala-tech.web.app/privacy'),
151+
onTap: () =>
152+
launch('https://bornomala-tech.web.app/privacy'),
154153
),
155154
),
156155
),

0 commit comments

Comments
 (0)