fix: Update gallery form to change label from 'Video Link' to 'Description' and adjust placeholder text

This commit is contained in:
2025-08-27 12:01:42 +05:45
parent f22a60fef4
commit 032e8405ca
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
preload="auto"></video>
<div class="play-button" id="playBtn"></div>
<div class="text">
<p class="text-black text-14 ">Lorem ipsum dolor sit amet, consectetur </p>
<p class="text-black text-14 ">{{ $gallery->link }}</p>
</div>
<div class="name">
<h4 class="text-14">{{ $gallery->title }}</h4>