forgot links

This commit is contained in:
Gabriel 2022-01-30 15:39:51 -05:00
parent 4d85b6eb52
commit f59fcd7b8c

View file

@ -43,7 +43,10 @@
</template>
<template x-if="Alpine.store(link) == undefined">
<div>
<p x-text="link"></p>
<a x-bind:href="link" x-text="link">
</a>
</div>
</template>