fix: [PWT-153] 배너 날짜 노출 시작일로 수정
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user