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/index.html | |
parent | 78a02429d1466c747a890575f6067aae6351ad82 (diff) |
fixmystreet logo should not be a link
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index dc01c30..68f763c 100644 --- a/www/index.html +++ b/www/index.html @@ -45,7 +45,7 @@ <div class="table-cell"> <header id="site-header" role="banner"> <div class="container"> - <a href="/" id="site-logo">FixMyStreet</a> + <span id="site-logo"></span> </div> </header> |