Skip to content

Commit

Permalink
issue solved
Browse files Browse the repository at this point in the history
  • Loading branch information
gulshanjakhon committed Oct 10, 2021
1 parent 1c08e9d commit 6d1f9ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ const menu = {
},
//'Others': {
'Instagram': {
'text': 'Instagram Profile',
'text': '<i class="fa fa-instagram" style="font-size:23px; color: Red"></i>',
'href': 'https://instagram.com/fineanmol'
},
'Facebook': {
'text': 'Facebook Profile',
'text': '<i class="fa fa-facebook-square" style="font-size:23px; color: blue"></i>',
'href': 'https://www.facebook.com/fineanmol',
'id': 'tools'
},
'Linkedin': {
'text': 'Connect to get Linkedin Endorsement',
'text': '<i class="fa fa-linkedin-square" style="font-size:23px; color: blue"></i> Connect to get Linkedin Endorsement',
'href': 'https://www.linkedin.com/in/fineanmol/',
'id': 'tools'
},
Expand Down

0 comments on commit 6d1f9ca

Please sign in to comment.