diff --git a/src/components/Journal/JournalCard.tsx b/src/components/Journal/JournalCard.tsx index a3ef51b..347ead3 100644 --- a/src/components/Journal/JournalCard.tsx +++ b/src/components/Journal/JournalCard.tsx @@ -3,7 +3,9 @@ import Image from 'next/image'; function VolNo({ no }: { no: string }) { return (
{no}
++ {no.toString().padStart(4, '0')} +
VOL