file name updates

This commit is contained in:
2024-09-17 16:23:14 +02:00
parent 5b905be74b
commit b5d8d92ccd
11 changed files with 6 additions and 19 deletions

View File

@@ -182,7 +182,7 @@ class _MIHAboutState extends State<MIHAbout> {
width: 500,
height: 300,
child: GridView.builder(
padding: EdgeInsets.only(
padding: const EdgeInsets.only(
// left: width / 10,
// right: width / 10,
// //bottom: height / 5,
@@ -240,7 +240,6 @@ class _MIHAboutState extends State<MIHAbout> {
//==================================================================
socials.add(MIHTile(
onTap: () {
//TODO
html.window
.open('https://www.youtube.com/@mzansiinnovationhub', 'new tab');
},
@@ -258,7 +257,6 @@ class _MIHAboutState extends State<MIHAbout> {
//==================================================================
socials.add(MIHTile(
onTap: () {
//TODO
html.window.open('https://x.com/mzansi_inno_hub', 'new tab');
},
tileName: "X",
@@ -275,7 +273,6 @@ class _MIHAboutState extends State<MIHAbout> {
//==================================================================
socials.add(MIHTile(
onTap: () {
//TODO
html.window.open(
'https://www.linkedin.com/company/mzansi-innovation-hub/',
'new tab');
@@ -294,7 +291,6 @@ class _MIHAboutState extends State<MIHAbout> {
//==================================================================
socials.add(MIHTile(
onTap: () {
//TODO
html.window.open(
'https://www.facebook.com/profile.php?id=61565345762136',
'new tab');

View File

@@ -284,7 +284,6 @@ class _BuildPatientsListState extends State<BuildAccessRequestList> {
@override
void dispose() {
// TODO: implement dispose
super.dispose();
}

View File

@@ -20,7 +20,6 @@ class _SignInOrRegisterState extends State<SignInOrRegister> {
@override
void dispose() {
// TODO: implement dispose
super.dispose();
}