From c094c172388c8f74a5783b0ca8065a54e0e8c5ca Mon Sep 17 00:00:00 2001 From: Hazel Date: Mon, 29 Jan 2018 09:02:52 +0800 Subject: Fix a tiny error --- doc/development/ux_guide/tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` 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. -- cgit v1.2.1