Jelajahi Sumber

docs: remove extract quotes

pointhalo 3 tahun lalu
induk
melakukan
03bc22852d
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      content/start/getting-started/index-en-US.md

+ 2 - 2
content/start/getting-started/index-en-US.md

@@ -154,5 +154,5 @@ Introduce the full amount of semi css in `global.css`. Currently, on-demand impo
 You need to replace the path of the import statement in Step3, and replace the default theme CSS product with the CSS product in your customized theme package, for example, the theme package is `@semi-bot/semi-theme-nyx-c`
 ```css
 /* styles/globals.css */
-@import '~@semi-bot/semi-theme-nyx-c/semi.min.css'';
-```
+@import '~@semi-bot/semi-theme-nyx-c/semi.min.css';
+```