commit 26329bde8464e29238f4c8f893ff68aa44ee758d parent f8332999c0965361a3c532bee45846b80d44f2d9 Author: George Francis <georgedoescode@gmail.com> Date: Fri, 10 Jul 2020 15:36:11 +0100 add rel = noopener to profile link Diffstat:
M | src/components/TheInfoSection.vue | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/components/TheInfoSection.vue b/src/components/TheInfoSection.vue @@ -31,7 +31,10 @@ export default { <div class="app__footer"> <p class="info-section__paragraph"> Made by - <a href="https://github.com/georgedoescode" target="_blank" + <a + href="https://github.com/georgedoescode" + target="_blank" + rel="noopener" >georgedoescode</a > </p>