Skip to content

Commit fc87d25

Browse files
committed
Update links.blade.php
1 parent 246d8a2 commit fc87d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/studio/links.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<section class='pre-right shadow text-gray-400 pre-side'>
141141
<h3 class="card-header"><i class="bi bi-window-fullscreen" style="font-style:normal!important;"> Preview:</i></h3>
142142
<div class='card-body p-0 p-md-3'>
143-
<center><iframe allowtransparency="true" id="frPreview" style=" border-radius:0.25rem !important; background: #FFFFFF; min-height:600px; height:100%; max-width:500px !important;" class='w-100' src="{{ url('') }}/@<?= Auth::user()->littlelink_name ?>">Your browser isn't compatible</iframe></center>
143+
<center><iframe allowtransparency="true" id="frPreview1" style=" border-radius:0.25rem !important; background: #FFFFFF; min-height:600px; height:100%; max-width:500px !important;" class='w-100' src="{{ url('') }}/@<?= Auth::user()->littlelink_name ?>">Your browser isn't compatible</iframe></center>
144144
</div>
145145
</section>
146146
</div>
@@ -149,7 +149,7 @@
149149
<section style="width:100%!important;" class='pre-bottom shadow text-gray-400 pre-side'>
150150
<h3 class="card-header"><i class="bi bi-window-fullscreen" style="font-style:normal!important;"> Preview:</i></h3>
151151
<div class='card-body p-0 p-md-3'>
152-
<center><iframe allowtransparency="true" id="frPreview" style=" border-radius:0.25rem !important; background: #FFFFFF; min-height:600px; height:100%; width:100% !important;" class='w-100' src="{{ url('') }}/@<?= Auth::user()->littlelink_name ?>">Your browser isn't compatible</iframe></center>
152+
<center><iframe allowtransparency="true" id="frPreview2" style=" border-radius:0.25rem !important; background: #FFFFFF; min-height:600px; height:100%; width:100% !important;" class='w-100' src="{{ url('') }}/@<?= Auth::user()->littlelink_name ?>">Your browser isn't compatible</iframe></center>
153153
</div>
154154
</section>
155155
@endsection

0 commit comments

Comments
 (0)