Fix links

This commit is contained in:
schmelczerandras 2020-11-18 23:43:40 +01:00
parent f88410587a
commit d317f003b6
2 changed files with 2 additions and 0 deletions

View file

@ -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/>

View file

@ -13,6 +13,7 @@ export const generate = ({
}): html => `
<a class="image-anchor"
href="${href}"
rel="noopener"
target="_blank"
>
<div class="svgContainer">