summaryrefslogtreecommitdiff
path: root/src/_components/footer.vto
blob: 6c262f1e1b7f92191aa02d2e5a99bc9830e0e30b (plain)
1
2
3
4
5
6
7
8
9
<div class="flex">
	<div class="flex flex-col items-center gap-1 p-3 mx-auto">
		<a
			class="text-text text-xs"
			href="https://github.com/getchoo/website">source</a
		>
		<p class="text-text text-xs">commit: {{ gitCommit }}</p>
	</div>
</div>