diff options
author | Phil Hughes <me@iamphill.com> | 2018-07-05 12:41:05 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-07-05 15:44:56 +0100 |
commit | f23791d831ae3c92920a5a6335a5ec04cb0ebf82 (patch) | |
tree | f6edb7d7c7e0954a93476c6dd8bf0a83c3a669bd /app | |
parent | c9e225488af5a405ae9817d932aab908cb3fea2f (diff) | |
download | gitlab-ce-f23791d831ae3c92920a5a6335a5ec04cb0ebf82.tar.gz |
updated icon
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/javascripts/ide/components/panes/right.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/ide/components/panes/right.vue b/app/assets/javascripts/ide/components/panes/right.vue index 45b47666744..e4a5fcc67c4 100644 --- a/app/assets/javascripts/ide/components/panes/right.vue +++ b/app/assets/javascripts/ide/components/panes/right.vue @@ -74,7 +74,7 @@ export default { > <icon :size="16" - name="book" + name="text-description" /> </button> </li> |