From 3bf36b18eab16b625d3b2e4423d53220627aa0e2 Mon Sep 17 00:00:00 2001 From: David Senk Date: Sun, 8 Sep 2024 19:12:04 -0400 Subject: [PATCH] removed unneeded links --- lib/Links.dart | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lib/Links.dart b/lib/Links.dart index b40c38d..c4effc4 100644 --- a/lib/Links.dart +++ b/lib/Links.dart @@ -21,19 +21,19 @@ class Links extends StatelessWidget { icon: TablerIcons.home, ), ), - EasyLinkWidget( - linkInfo: EasyLink( - uri: "http://", - displayText: "Link 3", - icon: TablerIcons.abc, - ), - ), - EasyLinkWidget( - linkInfo: EasyLink( - uri: "https://", - displayText: "Link 4", - icon: TablerIcons.brand_wikipedia), - ), + //EasyLinkWidget( + // linkInfo: EasyLink( + // uri: "http://", + // displayText: "Link 3", + // icon: TablerIcons.abc, + // ), + //), + //EasyLinkWidget( + // linkInfo: EasyLink( + // uri: "https://", + // displayText: "Link 4", + // icon: TablerIcons.brand_wikipedia), + //), ]; @override