Merge pull request #386 from Ritikeshyadav/RitikeshFreeu
Ritikesh freeu
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="details aos-init aos-animate" data-aos="zoom-in">
|
||||
<div class="tables row">
|
||||
<div class="col-md-12 ">
|
||||
<div class="col-md-12 d-flex justify-content-around">
|
||||
<div class="col-md-12 d-flex justify-content-around remove_empty_anchor">
|
||||
<div>
|
||||
<h5>Presentation</h5>
|
||||
<i class="fa fa-download" style="font-size:24px"></i>
|
||||
@@ -21,3 +21,17 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@section('scripts')
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
one = true;
|
||||
$(".remove_empty_anchor a").each(function (i) {
|
||||
if ($('[href]:empty',this).length == 0 && one) {
|
||||
one = false;
|
||||
$(this).remove();
|
||||
}
|
||||
});
|
||||
})
|
||||
</script>
|
||||
@endsection
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
</div>
|
||||
<div class="sec-btn">
|
||||
<p><a href="{{ route('market-list') }}" class="blue-btn">List an Asset</a></p>
|
||||
<p><a href="" class="blue-btn">Learn More</a></p>
|
||||
{{-- <p><a href="" class="blue-btn">Learn More</a></p> --}}
|
||||
</div>
|
||||
<!--<p class="note">*View Important Disclosures</p>-->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user