Merge pull request #379 from NorthSecond/patch-1

fix: A bug in the OSS contribution's link
This commit is contained in:
Sharath Kumar 2023-04-29 11:50:07 +05:30 committed by GitHub
commit 4e015ff19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
<span class="project-title">
{% if contribution.link %}
<a href="{{ project.link }}" target="_blank">{{ contribution.title }}</a>
<a href="{{ contribution.link }}" target="_blank">{{ contribution.title }}</a>
{% else %}
{{ contribution.title }}
{% endif %}