fix security vuln.

main
Midnight 3 years ago
parent f8dfa7f590
commit da80dedf1d

@ -7,10 +7,10 @@ export default function Footer() {
<div>
<a href="/about">About</a>
<a href="/contact">Contact</a>
<a href="https://twitter.com/DubbelNull" target="_blank">Twitter</a>
<a href="https://gitlab.com/dubbelnull" target="_blank">GitLab</a>
<a href="https://discord.gg/976Xskh8Dd" target="_blank">Discord</a>
<a href="https://status.dubbelnull.com" target="_blank">Statuspage</a>
<a href="https://twitter.com/DubbelNull" target="_blank" rel="noreferrer">Twitter</a>
<a href="https://gitlab.com/dubbelnull" target="_blank" rel="noreferrer">GitLab</a>
<a href="https://discord.gg/976Xskh8Dd" target="_blank" rel="noreferrer">Discord</a>
<a href="https://status.dubbelnull.com" target="_blank" rel="noreferrer">Statuspage</a>
</div>
</section>
)

@ -122,7 +122,7 @@ export default function Home() {
{" They were always there to answer any questions I had and was happy to change the things I wanted. "}
<FontAwesomeIcon icon={faQuoteRight} size="1x" style={{color: "gray"}} />
</p>
<i> Trick @ <a href="https://trickthefox.com" target="_blank">trickthefox.com</a></i>
<i> Trick @ <a href="https://trickthefox.com" target="_blank" rel="noreferrer">trickthefox.com</a></i>
</div>
</div>
@ -135,7 +135,7 @@ export default function Home() {
{" Wheter it is PHP Laravel, NodeJS Nextjs or even Wordpress, we can do it. Wheter it is PHP Laravel, NodeJS Nextjs or even Wordpress, we can do it. Wheter it is PHP Laravel, NodeJS Nextjs or even Wordpress, we can do it. "}
<FontAwesomeIcon icon={faQuoteRight} size="1x" style={{color: "gray"}} />
</p>
<i> Merete & Melvyn @ <a href="https://lifecentrelivingston.com" target="_blank">lifecentrelivingston.com</a></i>
<i> Merete & Melvyn @ <a href="https://lifecentrelivingston.com" target="_blank" rel="noreferrer">lifecentrelivingston.com</a></i>
</div>
<div>
<FontAwesomeIcon icon={faQuoteRight} size="6x" style={{color: "var(--theme-color)"}} />

Loading…
Cancel
Save