diff options
author | Struan Donald <struan@exo.org.uk> | 2012-06-07 10:47:04 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-06-07 11:08:50 +0100 |
commit | 8e59806ba340b51ab006c6b2975a80cde577899e (patch) | |
tree | 79941dda7eaaec64bc49326baf22306befb6f7d3 /www/signed_in.html | |
parent | 78a02429d1466c747a890575f6067aae6351ad82 (diff) |
fixmystreet logo should not be a link
Diffstat (limited to 'www/signed_in.html')
-rw-r--r-- | www/signed_in.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/signed_in.html b/www/signed_in.html index 4e22547..ecfa9b5 100644 --- a/www/signed_in.html +++ b/www/signed_in.html @@ -58,8 +58,7 @@ <div class="table-cell"> <header id="site-header" role="banner"> <div class="container"> - <a href="/" id="site-logo">FixMyStreet</a> - <a href="#main-nav" id="nav-link">Main Navigation</a> + <span id="site-logo"></span> </div> </header> |