Skip to content

Commit

Permalink
refactor: improve button formatting and script tag structure in uploa…
Browse files Browse the repository at this point in the history
…d view
amit-webkul committed Jan 31, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 04a80ce commit 4982487
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
<v-upload>
<button type="button" class="secondary-button">
<button
type="button"
class="secondary-button"
>
@lang('admin::app.leads.index.upload.upload-pdf')
</button>
</v-upload>

@pushOnce('scripts')
<script type="text/x-template" id="upload-template">
<script
type="text/x-template"
id="upload-template"
>
<div>
<button
type="button"

0 comments on commit 4982487

Please sign in to comment.