Add an external link icon using FontAwesome

This commit is contained in:
Robert Marshall 2020-03-15 13:59:19 +00:00
parent cd3a7efdaa
commit de4748bd15
5 changed files with 22 additions and 2 deletions

View file

@ -8,7 +8,9 @@
"gulp-clean-css": "^4.0.0",
"gulp-less": "^4.0.1"
},
"dependencies": {},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1"
},
"scripts": {
"gulp": "gulp"
},