fix: [PWT-153] 배너 날짜 노출 시작일로 수정

This commit is contained in:
clkim
2025-12-05 15:44:46 +09:00
parent 52185029dc
commit 3626a7d195
3 changed files with 4 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ const handleLinkClick = (title: string) => {
<img
v-if="props.imgPath"
:src="props.imgPath"
:alt="props.title || props.alt"
:alt="props.alt ?? props.title"
class="card-image"
loading="lazy"
/>