feat(core): Add website link icon for "reddit.com"
This commit is contained in:
parent
d72d80694c
commit
c30ac8c7a4
1 changed files with 3 additions and 0 deletions
|
@ -459,6 +459,9 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) ]]; then VCMD="y"
|
||||||
# trello.com
|
# trello.com
|
||||||
if [[ $website == *"://trello.com/"* ]] || [[ $website == *"://www.trello.com/"* ]] ||
|
if [[ $website == *"://trello.com/"* ]] || [[ $website == *"://www.trello.com/"* ]] ||
|
||||||
[[ $website == *"://trello.com" ]] || [[ $website == *"://www.trello.com" ]]; then websiteiconclass="bxl-trello"; fi
|
[[ $website == *"://trello.com" ]] || [[ $website == *"://www.trello.com" ]]; then websiteiconclass="bxl-trello"; fi
|
||||||
|
# reddit.com
|
||||||
|
if [[ $website == *"://reddit.com/"* ]] || [[ $website == *"://www.reddit.com/"* ]] ||
|
||||||
|
[[ $website == *"://reddit.com" ]] || [[ $website == *"://www.reddit.com" ]]; then websiteiconclass="bxl-reddit"; fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $dev == true ]]; then
|
if [[ $dev == true ]]; then
|
||||||
|
|
Loading…
Reference in a new issue