Add whatsapp channel to solcial links on about page
This commit is contained in:
parent
7d512d89a6
commit
f7f94333c3
1 changed files with 17 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue