Skip to content

Commit 69657bd

Browse files
committed
Update edit-link.blade.php
1 parent 11b5d09 commit 69657bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

resources/views/studio/edit-link.blade.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<input type='hidden' name='linkid' value="{{ $LinkID }}" />
1414

1515
<div class="form-group col-lg-8 flex justify-around">
16-
<label class='font-weight-bold'>Link Type: </label>
16+
<label class='font-weight-bold'>Blocks: </label>
1717
<div class="btn-group shadow m-2">
18-
<button type="button" id='btnLinkType' class="border-0 p-1" title='Click to change link type' data-toggle="modal" data-target="#SelectLinkType">{{$title}}</button>
18+
<button type="button" id='btnLinkType' class="border-0 p-1" title='Click to change link blocks' data-toggle="modal" data-target="#SelectLinkType">{{$title}}</button>
1919

2020

2121

@@ -67,7 +67,8 @@
6767

6868

6969
<!-- Modal -->
70-
<x-modal title="Select Link Type" id="SelectLinkType">
70+
<style>.modal-title{color:#000!important;}</style>
71+
<x-modal title="Select Block" id="SelectLinkType">
7172

7273
<div class="d-flex flex-row flex-wrap p-3">
7374

0 commit comments

Comments
 (0)