fix missing font-awesome

This commit is contained in:
Sebastian Sdorra
2018-08-30 08:49:28 +02:00
parent 4d62bbd329
commit 52f83f3b15
8 changed files with 3846 additions and 36 deletions

View File

@@ -45,7 +45,7 @@ class RepositoryEntry extends React.Component<Props> {
if (repository._links["changesets"]) {
return (
<RepositoryEntryLink
iconClass="fa-code-fork"
iconClass="fa-code-branch"
to={repositoryLink + "/changesets"}
/>
);