Skip to content

Commit

Permalink
Merge pull request #297 from tvorogme/patch-5
Browse files Browse the repository at this point in the history
Fix ThemedImage
  • Loading branch information
reveloper authored Jul 14, 2023
2 parents 53c68a6 + decc347 commit f9e5d87
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/develop/data-formats/tl-b-language.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ i.e. their constructors) and functional combinators. The declaration of each com
Here is an example of a possible combinator declaration:
<br></br>
<ThemedImage
alt=""
sources={{
light: '/img/docs/data-formats/tl-b-docs-2.png?raw=true',
dark: '/img/docs/data-formats/tl-b-docs-2-dark.png?raw=true',
}}
alt=""
sources={{
light: '/img/docs/data-formats/tl-b-docs-2.png?raw=true',
dark: '/img/docs/data-formats/tl-b-docs-2-dark.png?raw=true',
}}
/>
<br></br>

Expand All @@ -28,11 +28,11 @@ right-hand side. Such a description begins with the name of a constructor.

<br></br>
<ThemedImage
alt=""
sources={{
light: '/img/docs/data-formats/tl-b-docs-3.png?raw=true',
dark: '/img/docs/data-formats/tl-b-docs-3-dark.png?raw=true',
}}
alt=""
sources={{
light: '/img/docs/data-formats/tl-b-docs-3.png?raw=true',
dark: '/img/docs/data-formats/tl-b-docs-3-dark.png?raw=true',
}}
/>
<br></br>

Expand Down

0 comments on commit f9e5d87

Please sign in to comment.