Comment out GitHub link in Hero component

This commit is contained in:
2025-10-31 00:32:53 +00:00
parent e57a135a52
commit 5e7fdd07ff
+2 -2
View File
@@ -28,7 +28,7 @@ const { name, title, bio, github, linkedin } = Astro.props;
</div>
</div>
<div class="mt-8 flex space-x-6 items-center justify-center max-w-4xl w-full">
<a
<!-- <a
href={github}
target="_blank"
rel="noopener noreferrer"
@@ -36,7 +36,7 @@ const { name, title, bio, github, linkedin } = Astro.props;
aria-label="GitHub"
>
<Icon name="gitea" class="w-8 h-8" />
</a>
</a> -->
<a
href={linkedin}
target="_blank"