Skip to content

Commit

Permalink
Update about.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
andoriyaprashant authored May 23, 2024
1 parent 0a5754b commit 2aff239
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lib/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ class AboutScreen extends StatelessWidget {
),
SizedBox(height: 10),

Link(
uri: Uri.parse('https://gssoc.girlscript.tech/'),
target: LinkTarget.self,
builder: (context, followlink) => ElevatedButton.icon(
onPressed: followlink,
icon: Icon(Icons.link),
label: Text('Gssoc Website'),
),
),
// Link(
// uri: Uri.parse('https://gssoc.girlscript.tech/'),
// target: LinkTarget.self,
// builder: (context, followlink) => ElevatedButton.icon(
// onPressed: followlink,
// icon: Icon(Icons.link),
// label: Text('Gssoc Website'),
// ),
// ),
],
),
),
Expand Down

0 comments on commit 2aff239

Please sign in to comment.