Skip to content

Commit 6cf065a

Browse files
authored
Add LinkedIn company (#661)
1 parent f7c28b5 commit 6cf065a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roq-theme/default/src/main/java/SocialBrands.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ private record SocialBrand(String icon, String prefix) {
1111
Map.entry("social-twitter", new SocialBrand("fa-brands fa-twitter", "https://twitter.com/")),
1212
Map.entry("social-github", new SocialBrand("fa-brands fa-github", "https://github.com/")),
1313
Map.entry("social-linkedin", new SocialBrand("fa-brands fa-linkedin", "https://in.linkedin.com/in/")),
14+
Map.entry("social-linkedin-company", new SocialBrand("fa-brands fa-linkedin", "https://in.linkedin.com/company/")),
1415
Map.entry("social-facebook", new SocialBrand("fa-brands fa-facebook", "https://facebook.com/")),
1516
Map.entry("social-youtube", new SocialBrand("fa-brands fa-youtube", "https://youtube.com/")),
1617
Map.entry("social-discord", new SocialBrand("fa-brands fa-discord", "https://discord.gg/")),

0 commit comments

Comments
 (0)