Skip to content

Commit 76a4441

Browse files
committed
update linkedin link
Signed-off-by: Tejas Mehta <[email protected]>
1 parent 8f566d3 commit 76a4441

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ui/about.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class AboutState extends State<About> with WidgetsBindingObserver {
140140
),
141141
Padding(padding: const EdgeInsets.all(20),),
142142
ImageLink(
143-
link: "https://www.linkedin.com/in/tejas-mehta-88109818b",
143+
link: "https://www.linkedin.com/in/tmthecoder",
144144
assetUri: "assets/third_party/linkedin_logo.png",
145145
edgeInsets: const EdgeInsets.fromLTRB(10.0, 10.0, 8.0, 10.0),
146146
),

lib/widgets/bullet_list_text.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ class BulletListText extends StatelessWidget {
2727
),
2828
);
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)