Comment out GitHub link in Hero component
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user