add hover effect to top cv links (#22)
This commit is contained in:
parent
d548299b06
commit
5c16ec3440
5 changed files with 245 additions and 220 deletions
|
@ -10,11 +10,6 @@ interface Props extends HTMLAttributes<"a"> {
|
|||
const { href, external = true, ...rest } = Astro.props;
|
||||
---
|
||||
|
||||
<a
|
||||
href={href}
|
||||
rel={external ? "noopener nofollow noreferrer" : ""}
|
||||
target={external ? "_blank" : "_self"}
|
||||
{...rest}
|
||||
>
|
||||
<a href={href} target={external ? "_blank" : "_self"} {...rest}>
|
||||
<slot />
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue