Skip to content

Commit 7166a5f

Browse files
committed
Updated back button
1 parent 9d3d0dc commit 7166a5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/views/studio/button-editor.blade.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@
155155

156156
<div>
157157
<h2 class="mb-4"><i class="bi bi-pen"> Button Editor</i>
158-
<br><br><a href="{{ url('/studio/links') }}"><button style="font-size: 40px;" >&nbsp; &nbsp; &nbsp;⬅ Back</button></a><br><br>
158+
159+
<br><br><a class="btn btn-primary" href="{{ url('/studio/links') }}">⬅ Back</a>
159160

160161
<h2>Custom Button</h2><br>
161162

@@ -333,6 +334,7 @@
333334

334335
</div>
335336

337+
<a class="btn btn-primary" href="{{ url('/studio/links') }}">⬅ Back</a>
336338

337339
@endsection
338340
@endif

0 commit comments

Comments
 (0)