Merge pull request #69 from revsys/60-remove-changelog

#60 Remove changelog link
This commit is contained in:
Lacey Williams Henschel
2022-12-06 11:47:26 -08:00
committed by GitHub

View File

@@ -28,7 +28,6 @@
<p>{{ object.description }}</p>
<div class="uppercase mt-4 md:mt-11 max-w-md md:flex space-y-3 md:space-y-0 md:space-x-3 text-sm">
<a href="#" class="inline-block text-orange border border-slate rounded-md py-3 px-6">Changelog</a>
<a href="#" class="inline-block text-orange border border-slate rounded-md py-3 px-6">Documentation</a>
<a href="{{ object.github_url }}" class="inline-block text-orange border border-slate rounded-md py-3 px-6">Github</a>
</div>