File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 <div v-if =" currentSaint.birth || currentSaint.dead" class =" mb-4" >
5050 <h3 class =" text-sm font-semibold text-slate-500 uppercase mb-2" >Vida</h3 >
5151 <p class =" text-slate-700" >
52- <span v-if =" currentSaint.birth" >Nacimiento: {{ currentSaint.birth }}</span >
52+ <span v-if =" currentSaint.birth" >• Nacimiento: {{ currentSaint.birth }}</span >
5353 <span v-if =" currentSaint.birth && currentSaint.dead" ><br /></span >
54- <span v-if =" currentSaint.dead" >Muerte: {{ currentSaint.dead }}</span >
54+ <span v-if =" currentSaint.dead" >• Muerte: {{ currentSaint.dead }}</span >
5555 </p >
5656 </div >
5757
Original file line number Diff line number Diff line change 11<template >
22 <div class =" text-center py-6 text-slate-500 text-sm" >
3- <a href =" https://breviarium.es/" target =" _blank" >Breviarium Project</a >
3+ <p >
4+ <a href =" https://breviarium.es/" target =" _blank" class =" hover:text-sky-700 transition-all" >Breviarium Project</a > • <a href =" https://breviarium.es/sanctus/" target =" _blank" class =" hover:text-sky-700 transition-all" >Sanctus</a >
5+ </p >
6+ <p ></p >
47 </div >
58</template >
69<script lang="ts" setup>
You can’t perform that action at this time.
0 commit comments