Skip to content

Commit

Permalink
fix: fix link on project detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
EshaanAgg committed Dec 10, 2023
1 parent c8d5f65 commit d4f5e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/project/[projID].astro
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const descriptionHTMLContent = marked.parse(projData.description);

{/* Different buttons */}
<div class="mx-auto pt-6">
<a href={projData.projectUrl} target="_blank">
<a href={projData.lfxProjectUrl} target="_blank">
<button
type="button"
class="viewDetail inline-flex items-center px-4 py-2 pb-6 text-sm font-medium text-center text-white bg-dark-blue hover:bg-white hover:text-dark-blue hover:border-highlight-blue"
Expand Down

0 comments on commit d4f5e29

Please sign in to comment.