Browse Source

fix syntax warning

Falko Schindler 1 year ago
parent
commit
1192cd54d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      website/documentation/content/icon_documentation.py

+ 2 - 2
website/documentation/content/icon_documentation.py

@@ -8,9 +8,9 @@ def main_demo() -> None:
     ui.icon('thumb_up', color='primary').classes('text-5xl')
 
 
-@doc.demo('Material icons and symbols', '''
+@doc.demo('Material icons and symbols', r'''
     You can use different sets of Material icons and symbols.
-    The [Quasar documentation](https://quasar.dev/vue-components/icon#webfont-usage)
+    The [Quasar documentation](https://quasar.dev/vue-components/icon\#webfont-usage)
     gives an overview of all available icon sets and their name prefix:
     
     * None for [filled icons](https://fonts.google.com/icons?icon.set=Material+Icons&icon.style=Filled)