mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 09:45:37 -04:00
changed oauth icon to fa-address-book
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
81c1df2a6d
commit
0e18d0f8da
2 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ const getMetadata: OneClick2Map = (oneClickType: OneClickType) => {
|
||||||
case OneClickType.OAUTH2:
|
case OneClickType.OAUTH2:
|
||||||
return {
|
return {
|
||||||
name: "OAuth2",
|
name: "OAuth2",
|
||||||
icon: "share",
|
icon: "address-card",
|
||||||
className: "btn-primary",
|
className: "btn-primary",
|
||||||
url: buildBackendAuthUrl("oauth2")
|
url: buildBackendAuthUrl("oauth2")
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
import {library} from "@fortawesome/fontawesome-svg-core";
|
import {library} from "@fortawesome/fontawesome-svg-core";
|
||||||
import {
|
import {
|
||||||
|
faAddressCard,
|
||||||
faBolt,
|
faBolt,
|
||||||
faChartBar,
|
faChartBar,
|
||||||
faClock,
|
faClock,
|
||||||
|
@ -8,7 +9,6 @@ import {
|
||||||
faFileAlt,
|
faFileAlt,
|
||||||
faGlobe,
|
faGlobe,
|
||||||
faPlus,
|
faPlus,
|
||||||
faShare,
|
|
||||||
faSignOutAlt,
|
faSignOutAlt,
|
||||||
faThumbtack,
|
faThumbtack,
|
||||||
faTimes,
|
faTimes,
|
||||||
|
@ -31,5 +31,5 @@ export function setUpFontAwesome() {
|
||||||
library.add(faBolt, faPlus, faChartBar, faTv, faFileAlt, faCloudDownloadAlt,
|
library.add(faBolt, faPlus, faChartBar, faTv, faFileAlt, faCloudDownloadAlt,
|
||||||
faTrash, faSignOutAlt, faComment, faDiscourse, faMastodon, faGlobe,
|
faTrash, faSignOutAlt, faComment, faDiscourse, faMastodon, faGlobe,
|
||||||
faThumbtack, faClock, faTimes, faGithub, faGitlab, faGoogle, faFacebook,
|
faThumbtack, faClock, faTimes, faGithub, faGitlab, faGoogle, faFacebook,
|
||||||
faDropbox, faTwitter, faShare, faUsers)
|
faDropbox, faTwitter, faUsers, faAddressCard)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue