Fix links
This commit is contained in:
parent
f88410587a
commit
d317f003b6
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ import { url } from '../../../types/url';
|
|||
export const generate = ({ href, text }: { href: url; text: string }): html => `
|
||||
<a class="primitive-anchor"
|
||||
href="${href}"
|
||||
rel="noopener"
|
||||
target="_blank"
|
||||
>${text}</a>
|
||||
<br/>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ export const generate = ({
|
|||
}): html => `
|
||||
<a class="image-anchor"
|
||||
href="${href}"
|
||||
rel="noopener"
|
||||
target="_blank"
|
||||
>
|
||||
<div class="svgContainer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue