Skip to content

Commit

Permalink
fix: change text for promise card (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
sealbb authored Oct 22, 2024
1 parent 286a59c commit ed1e8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PromiseList/PromiseCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</div>
<div class="flex flex-col gap-1">
{#if !isList}
<p class="heading-01">เคลื่อนไหวล่าสุด</p>
<p class="heading-01">อัปเดตล่าสุด</p>
{/if}
<div class="body-01">
{promiseSummary.latestProgressDate
Expand Down

0 comments on commit ed1e8fd

Please sign in to comment.