We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3d0dc commit 7166a5fCopy full SHA for 7166a5f
resources/views/studio/button-editor.blade.php
@@ -155,7 +155,8 @@
155
156
<div>
157
<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;" > ⬅ Back</button></a><br><br>
+
159
+<br><br><a class="btn btn-primary" href="{{ url('/studio/links') }}">⬅ Back</a>
160
161
<h2>Custom Button</h2><br>
162
@@ -333,6 +334,7 @@
333
334
335
</div>
336
337
+<a class="btn btn-primary" href="{{ url('/studio/links') }}">⬅ Back</a>
338
339
@endsection
340
@endif
0 commit comments