Skip to content

Commit 229d461

Browse files
committed
fix url...
1 parent 820faca commit 229d461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/landing.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<div id="header" class="animate animate-down">
1414
<div id="logo" >
15-
<a href="https://thomasheaton.co.uk"><h1>{{ $infos['title'] }}<span>{{ $infos['subtitle'] }}</span></h1></a>
15+
<a href="{{ URL::to('/') }}"><h1>{{ $infos['title'] }}<span>{{ $infos['subtitle'] }}</span></h1></a>
1616
</div><!-- logo -->
1717
</div><!-- header -->
1818

0 commit comments

Comments
 (0)