Skip to content

Commit df47037

Browse files
committed
style
1 parent a72899d commit df47037

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/views/frontend/header.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
<!-- Logo -->
2121
<div class="col-xl-2 col-lg-2">
2222
<div class="logo">
23-
<a href="{{route('home')}}"><img src="{{asset('assets/front/img/logo/logo.png')}}"
24-
alt=""></a>
23+
<a href="{{route('home')}}"><h1 style="color: #fff">ProGaming</h1></a>
2524
</div>
2625
</div>
2726
<div class="col-xl-10 col-lg-10">

0 commit comments

Comments
 (0)