Skip to content

Commit

Permalink
🐛 Fix image assets for release-notes.html (#682)
Browse files Browse the repository at this point in the history
Signed-off-by: Hernand Azevedo <hernand.azevedo@zup.com.br>
  • Loading branch information
hernandazevedozup committed Jun 29, 2021
1 parent f8e5359 commit f598eb3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions content/en/release-notes.html
Expand Up @@ -145,29 +145,29 @@
<label class="titleList">New Functionalities</label>
<div>
<ul>

<li class='content__list__item'>
<img src="../assets/check.svg" class="iconSvg"/><a target="_blank" class="content__list__link" href="https://docs.usebeagle.io/v1.8/api/components/layout/gridview/">GridView component</a>
<img src="../shared/check.svg" class="iconSvg"/><a target="_blank" class="content__list__link" href="https://docs.usebeagle.io/v1.8/api/components/layout/gridview/">GridView component</a>
</li>

<li class='content__list__item'>
<img src="../assets/check.svg" class="iconSvg"/><a target="_blank" class="content__list__link" href="https://docs.usebeagle.io/v1.7/api/components/layout/listview/">ListView with multiples templates</a>
<img src="../shared/check.svg" class="iconSvg"/><a target="_blank" class="content__list__link" href="https://docs.usebeagle.io/v1.7/api/components/layout/listview/">ListView with multiples templates</a>
</li>

<li class='content__list__item'>
<img src="../assets/check.svg" class="iconSvg"/><a target="_blank" class="content__list__link" href="https://docs.usebeagle.io/v1.8/api/actions/addchildren/">Now addChildren action supports expressions </a>
<img src="../shared/check.svg" class="iconSvg"/><a target="_blank" class="content__list__link" href="https://docs.usebeagle.io/v1.8/api/actions/addchildren/">Now addChildren action supports expressions </a>
</li>

</ul>
</div>
<label class="title__list">Impacts in Android <img class='plataform__icon' src='https://docs.usebeagle.io/shared/Android.svg'/></label>
<div>
<ul>

<li class='content__list__item'>
<img src="../assets/check.svg" class="iconSvg"/><a target="_blank" class="content__list__link" href="https://github.com/ZupIT/beagle/releases/tag/1.8.0">Bugs fixed</a>
<img src="../shared/check.svg" class="iconSvg"/><a target="_blank" class="content__list__link" href="https://github.com/ZupIT/beagle/releases/tag/1.8.0">Bugs fixed</a>
</li>

</ul>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions content/pt/release-notes.html
Expand Up @@ -147,15 +147,15 @@
<ul>

<li class='content__list__item'>
<img src="../assets/check.svg" class="iconSvg"/><a target="_blank" class="content__list__link" href="https://docs.usebeagle.io/v1.8/api/components/layout/gridview/">Componente GridView </a>
<img src="../shared/check.svg" class="iconSvg"/><a target="_blank" class="content__list__link" href="https://docs.usebeagle.io/v1.8/api/components/layout/gridview/">Componente GridView </a>
</li>

<li class='content__list__item'>
<img src="../assets/check.svg" class="iconSvg"/><a target="_blank" class="content__list__link" href="https://docs.usebeagle.io/v1.7/api/components/layout/listview/">ListView com múltiplos templates</a>
<img src="../shared/check.svg" class="iconSvg"/><a target="_blank" class="content__list__link" href="https://docs.usebeagle.io/v1.7/api/components/layout/listview/">ListView com múltiplos templates</a>
</li>

<li class='content__list__item'>
<img src="../assets/check.svg" class="iconSvg"/> Agora a ação addChildren suporta expressões
<img src="../shared/check.svg" class="iconSvg"/> Agora a ação addChildren suporta expressões
</li>

</ul>
Expand All @@ -165,7 +165,7 @@
<ul>

<li class='content__list__item'>
<img src="../assets/check.svg" class="iconSvg"/><a target="_blank" class="content__list__link" href="https://github.com/ZupIT/beagle/releases/tag/1.8.0">Bugs corrigidos</a>
<img src="../shared/check.svg" class="iconSvg"/><a target="_blank" class="content__list__link" href="https://github.com/ZupIT/beagle/releases/tag/1.8.0">Bugs corrigidos</a>
</li>

</ul>
Expand Down

0 comments on commit f598eb3

Please sign in to comment.