We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2f731 commit 9b7d50dCopy full SHA for 9b7d50d
example/pages/test.mjs
@@ -18,11 +18,11 @@ export const View = state => [
18
ul([
19
li(Link({ text: 'redirect link', to: 'https://magic.github.io/core' })),
20
21
- li(Link({ to: 'broken link', text: 'https://expect-error' })),
+ li(Link({ text: 'broken link', to: 'https://expect-error' })),
22
li(
23
Link({
24
- to: '404 link',
25
- text: 'https://en.wikipedia.org/hMdYfVaKY4btraQcgD0me6RRBDnugbpJ4FLpgJgeB7',
+ text: '404 link',
+ to: 'https://en.wikipedia.org/hMdYfVaKY4btraQcgD0me6RRBDnugbpJ4FLpgJgeB7',
26
}),
27
),
28
li(Img({ alt: 'Broken Image Link', src: 'https://broken-image-link' })),
0 commit comments