From 9d5f0588c0465ecc12bcf2ccdd7343ca60097b51 Mon Sep 17 00:00:00 2001 From: Konstantin Dinev Date: Tue, 25 Aug 2026 11:34:36 +0300 Subject: [PATCH] fix(grid-lite): the theme link was unclosed --- docs/angular/src/content/en/components/grid-lite/theming.mdx | 2 +- docs/xplat/src/content/en/components/grid-lite/theming.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/angular/src/content/en/components/grid-lite/theming.mdx b/docs/angular/src/content/en/components/grid-lite/theming.mdx index de7892cfa2..a4b7d0df5c 100644 --- a/docs/angular/src/content/en/components/grid-lite/theming.mdx +++ b/docs/angular/src/content/en/components/grid-lite/theming.mdx @@ -24,7 +24,7 @@ Depending on your project type, setup and build configuration the method of how As a rule of thumb, you can always copy the `themes` folder to your assets directory and link the theme from there in your index.html. ```html - ``` | Theme | Variant | Path | diff --git a/docs/xplat/src/content/en/components/grid-lite/theming.mdx b/docs/xplat/src/content/en/components/grid-lite/theming.mdx index e2a78e3c91..ba3e105dfc 100644 --- a/docs/xplat/src/content/en/components/grid-lite/theming.mdx +++ b/docs/xplat/src/content/en/components/grid-lite/theming.mdx @@ -24,7 +24,7 @@ Depending on your project type, setup and build configuration the method of how As a rule of thumb, you can always copy the `themes` folder to your assets directory and link the theme from there in your index.html. ```html - ``` | Theme | Variant | Path |