Commit 5b667b3
Changed files (1)
src
components
aside
src/components/aside/ProfileCard.astro
@@ -31,6 +31,7 @@ import { Icon } from 'astro-icon/components';
target="_blank"
class="btn-circle btn-ghost tooltip text-2xl"
data-tip={link.name}
+ rel="me"
>
<Icon name={link.icon} />
</Button>