Skip to content

Commit 040ddbf

Browse files
committed
Fix link in social shares
1 parent 18ccbde commit 040ddbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/AppFooter.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="socialShare">
44
<span class="socialIcons">
55
<a
6-
href="https://twitter.com/intent/tweet?url=https://mohitkhare.me/devsheet&text=Find the cheatsheets for everything. Check out Devsheet by @mkfeuhrer"
6+
href="https://twitter.com/intent/tweet?url=https://mohitkhare.me/devsheets&text=Find the cheatsheets for everything. Check out Devsheet by @mkfeuhrer"
77
target="_blank"
88
>
99
<i style="color: #38A1F3" class="fab fa-2x fa-twitter" aria-hidden="true"></i>
@@ -12,7 +12,7 @@
1212

1313
<span class="socialIcons">
1414
<a
15-
href="https://www.facebook.com/sharer/sharer.php?u=mohitkhare.me/devsheet"
15+
href="https://www.facebook.com/sharer/sharer.php?u=mohitkhare.me/devsheets"
1616
target="_blank"
1717
>
1818
<i class="fab fa-2x fa-facebook-f" aria-hidden="true" target="_blank"></i>
@@ -22,7 +22,7 @@
2222
<a
2323
target="_blank"
2424
style="color: #0e76a8;"
25-
href="https://www.linkedin.com/shareArticle?mini=true&url=https://mohitkhare.me/devsheet"
25+
href="https://www.linkedin.com/shareArticle?mini=true&url=https://mohitkhare.me/devsheets"
2626
onclick="window.open(this.href, 'width=550,height=435');return false;"
2727
>
2828
<i class="fab fa-2x fa-linkedin-in" aria-hidden="true"></i>

0 commit comments

Comments
 (0)