Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Update Icon to FontAwesome v5.0.6 #10

Merged
merged 1 commit into from
Feb 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"flarum-extension": {
"title": "GitHub Login",
"icon": {
"name": "github",
"name": "fab fa-github",
"backgroundColor": "#eee",
"color": "#333"
}
Expand Down
2 changes: 1 addition & 1 deletion js/forum/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ app.initializers.add('flarum-auth-github', () => {
items.add('github',
<LogInButton
className="Button LogInButton--github"
icon="github"
icon="fab fa-github"
path="/auth/github">
{app.translator.trans('flarum-auth-github.forum.log_in.with_github_button')}
</LogInButton>
Expand Down