Skip to content

Commit f9e698a

Browse files
style: link directly to external GitHub profile from homepage hero
1 parent fd7a6f4 commit f9e698a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const totalProjects = featuredProjects.length;
103103
<a href={cvData.url} target="_blank" rel="noopener" class="btn btn-primary">
104104
Open Official CV (Google Doc) &rarr;
105105
</a>
106-
<a href="/github" class="btn btn-secondary">GitHub Activity</a>
106+
<a href="https://github.com/networkandcode" target="_blank" rel="noopener" class="btn btn-secondary">GitHub Profile &rarr;</a>
107107
</div>
108108
</div>
109109
</section>

0 commit comments

Comments
 (0)