forked from yaso_meth/mih-project
Add whatsapp channel to solcial links on about page
This commit is contained in:
@@ -367,6 +367,23 @@ class _MIHAboutState extends State<MIHAbout> {
|
||||
s: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||
));
|
||||
//==================================================================
|
||||
socials.add(MIHTile(
|
||||
onTap: () {
|
||||
html.window.open(
|
||||
'https://whatsapp.com/channel/0029Vax3INCIyPtMn8KgeM2F', 'new tab');
|
||||
},
|
||||
tileName: "Whatsapp",
|
||||
tileIcon: Center(
|
||||
child: FaIcon(
|
||||
FontAwesomeIcons.whatsapp,
|
||||
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||
size: 200,
|
||||
),
|
||||
),
|
||||
p: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
s: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||
));
|
||||
//==================================================================
|
||||
socials.add(MIHTile(
|
||||
onTap: () {
|
||||
html.window
|
||||
|
||||
Reference in New Issue
Block a user