Skip to content

Commit

Permalink
updated iconlink with twitter -rv discord
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhsardana29 committed Jul 31, 2023
1 parent a746011 commit 57ef11b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/presentation/configs/constant_strings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const String ksAllAboutMe = "All About Me";
const String ksGithub = "Github";
const String ksLinkedIn = "LinkedIn";
const String ksDiscord = "Discord";
const String ksTwitter = "Twitter";
const String ksSendMessage = 'Send Message';

const String ksSlash = "/";
Expand Down
4 changes: 2 additions & 2 deletions lib/presentation/views/home/introduction_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ class _IntroductionPageState extends State<IntroductionPage>
width: s50,
),
AnimatedHoverLink(
label: ksDiscord,
label: ksTwitter,
controller: _controller,
).addInkWell(
onTap: ksDiscordLink.launchWebsite,
onTap: ksTwitterLink.launchWebsite,
),
].addRow(),
].addColumn(
Expand Down

0 comments on commit 57ef11b

Please sign in to comment.