Merge pull request #6 from yaso-meth/About-Page-Enhancement
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(),
|
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(
|
socials.add(MIHTile(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
html.window
|
html.window
|
||||||
|
|||||||
Reference in New Issue
Block a user