diff --git a/app/react/App/scss/layout/_header.scss b/app/react/App/scss/layout/_header.scss
index e936843514..f215b5bf27 100644
--- a/app/react/App/scss/layout/_header.scss
+++ b/app/react/App/scss/layout/_header.scss
@@ -292,11 +292,10 @@ header {
}
}
- .fa-arrow-left {
+ .fa-external-link {
position: absolute;
- top: 8px;
+ top: 10px;
right: 15px;
- transform: rotate(45deg);
}
}
diff --git a/app/react/Library/components/Doc.js b/app/react/Library/components/Doc.js
index a0f0443a46..867b6dcd20 100644
--- a/app/react/Library/components/Doc.js
+++ b/app/react/Library/components/Doc.js
@@ -57,7 +57,7 @@ export class Doc extends Component {
- +
;