add source link to research page

This commit is contained in:
tree🌴 2024-01-25 23:28:15 +01:00
parent 3329719c3e
commit d905798670
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ const research = core.projects.filter(x => x.type && x.type === "research");
</div> </div>
))} ))}
<p class="mt-10">
<a href="https://github.com/web3privacy/data/tree/main/src/projects" class="hover:underline">Source repository</a>
</p>
</div> </div>
</BaseLayout> </BaseLayout>