We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820faca commit 229d461Copy full SHA for 229d461
resources/views/landing.blade.php
@@ -12,7 +12,7 @@
12
13
<div id="header" class="animate animate-down">
14
<div id="logo" >
15
- <a href="https://thomasheaton.co.uk"><h1>{{ $infos['title'] }}<span>{{ $infos['subtitle'] }}</span></h1></a>
+ <a href="{{ URL::to('/') }}"><h1>{{ $infos['title'] }}<span>{{ $infos['subtitle'] }}</span></h1></a>
16
</div><!-- logo -->
17
</div><!-- header -->
18
0 commit comments