Browse Source

hero-section 添加背景图

visuddhinanda 5 days ago
parent
commit
50d4ea81e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api-v12/resources/views/library/index.blade.php

+ 1 - 1
api-v12/resources/views/library/index.blade.php

@@ -4,7 +4,7 @@
 @section('title', __('labels.home'))
 
 @section('hero')
-<section class="hero-section">
+<section class="hero-section" style="background-image: url('{{ URL::asset("assets/images/hero-2.jpg") }}')">
 
     <div class="hero-overlay"></div>