Skip to content

Commit

Permalink
remove empty links
Browse files Browse the repository at this point in the history
  • Loading branch information
ECorreia45 committed Dec 8, 2023
1 parent 1b68c72 commit f828b7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions docs-src/documentation/state-store.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,5 @@ export default ({
<code>todoList</code> in the template with the nice cocktail of
helpers is all you need to create very complex applications.
</p>
<p>
We have prepared a full tutorial on how to create such
application, and you can <a href="">watch it here</a> to learn
more.
</p>
`,
})
5 changes: 0 additions & 5 deletions docs-src/documentation/web-components.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,5 @@ export default ({
'customElements.define("text-field", TextField)',
'typescript'
)}
<p>
We can further simplify this component and we have prepared a
full tutorial on how to do so. You can
<a href="">watch it here</a>.
</p>
`,
})

0 comments on commit f828b7e

Please sign in to comment.