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