summaryrefslogtreecommitdiff
path: root/views/partials/header.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2016-02-11 02:47:04 +0000
committerAaron Parecki <aaron@parecki.com>2016-02-11 02:47:04 +0000
commit76aa9c2bc9d31549e44bc0b10817eb6e252dbe11 (patch)
treee7820622820ca39424333c01ab2d238f56be1a11 /views/partials/header.php
parent1fdf8feb67fd11f46811fe925537ab6bf3e4d626 (diff)
parent704241a3a4f3480eb87260aef9fca8f1ce00e638 (diff)
Merge branch 'master' of github.com:aaronpk/IndiePost
Diffstat (limited to 'views/partials/header.php')
-rw-r--r--views/partials/header.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/partials/header.php b/views/partials/header.php
index ef9f15a..4243557 100644
--- a/views/partials/header.php
+++ b/views/partials/header.php
@@ -1,4 +1,4 @@
<div class="header">
- <img src="/images/quill-logo.png" width="42" height="42">
- Quill
-</div> \ No newline at end of file
+ <a href="/dashboard"><img src="/images/quill-logo.png" width="42" height="42"></a>
+ <a href="/dashboard">Quill</a>
+</div>