diff options
author | Hazel <hazel@gitlab.com> | 2018-01-29 09:02:52 +0800 |
---|---|---|
committer | Hazel <hazel@gitlab.com> | 2018-01-29 09:02:52 +0800 |
commit | c094c172388c8f74a5783b0ca8065a54e0e8c5ca (patch) | |
tree | 45bc8be035cb52a5dea3a43af30e6b9cab9494dd | |
parent | dec1fa45451296eb9c6a005cc2496b9f23a03a24 (diff) | |
download | gitlab-ce-c094c172388c8f74a5783b0ca8065a54e0e8c5ca.tar.gz |
Fix a tiny errorhazel-process-of-updating-gitlab-svgs
-rw-r--r-- | doc/development/ux_guide/tips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/ux_guide/tips.md b/doc/development/ux_guide/tips.md index cb6cffac2f4..a430f7baafa 100644 --- a/doc/development/ux_guide/tips.md +++ b/doc/development/ux_guide/tips.md @@ -46,7 +46,7 @@ Correct file will look like this: ## Updating SVGs on [gitlab-svgs](http://gitlab-org.gitlab.io/gitlab-svgs/) - Exporting the icons or illustrations you created as SVGs. -- Download [SVGO Compressor Sketch plugin](https://github.com/bohemiancoding/svgo-compressor) or use [SVGO](https://github.com/svg/svgo) to optimize them. For powerful users, you can also open the SVGs in a text editor and remove `unneeded <title>` and `color references` manually. +- Download [SVGO Compressor Sketch plugin](https://github.com/bohemiancoding/svgo-compressor) or use [SVGO](https://github.com/svg/svgo) to optimize them. For powerful users, you can also open the SVGs in a text editor and remove unneeded `<title>` and `color references` manually. - Switch to terminal: 1. Go to `gitlab-svgs` directory. 1. Pull latest changes from master. |