Updated back button

This commit is contained in:
Julian Prieber 2022-05-07 16:40:21 +02:00
parent 9d3d0dcf97
commit 7166a5f81f
1 changed files with 3 additions and 1 deletions

View File

@ -155,7 +155,8 @@ var button_css = {
<div> <div>
<h2 class="mb-4"><i class="bi bi-pen"> Button Editor</i> <h2 class="mb-4"><i class="bi bi-pen"> Button Editor</i>
<br><br><a href="{{ url('/studio/links') }}"><button style="font-size: 40px;" >&nbsp; &nbsp; &nbsp; Back</button></a><br><br>
<br><br><a class="btn btn-primary" href="{{ url('/studio/links') }}"> Back</a>
<h2>Custom Button</h2><br> <h2>Custom Button</h2><br>
@ -333,6 +334,7 @@ background-image: linear-gradient(-135deg,#0f0c29,#302b63,#24243e)
</div> </div>
<a class="btn btn-primary" href="{{ url('/studio/links') }}"> Back</a>
@endsection @endsection
@endif @endif