diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 20:48:38 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-20 20:48:38 +0000 |
commit | d1bde46699093e730c54552407d637e970fc8904 (patch) | |
tree | 35e1b16306e15be0d9c3c9e9661ff1dc6862a700 /templates | |
parent | 0064588dc965a6ef593a86038b162209942e79f0 (diff) |
Fix link order so that you can click on Zurich banner logo.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/header.html b/templates/web/zurich/header.html index 8dafd2ff3..7d18459b8 100644 --- a/templates/web/zurich/header.html +++ b/templates/web/zurich/header.html @@ -38,8 +38,8 @@ <div class="table-cell"> <header id="site-header" role="banner"> <div class="container"> - <a href="http://www.stadt-zuerich.ch/" id="site-logo">Stadt Zürich</a> <a href="/" id="site-logo-text">Züri wie neu</a> + <a href="http://www.stadt-zuerich.ch/" id="site-logo">Stadt Zürich</a> <a href="#main-nav" id="nav-link">Main Navigation</a> </div> </header> |