Skip to content
Snippets Groups Projects
Commit 413d4092 authored by jan.bednarik's avatar jan.bednarik
Browse files

uniweb: Clickable logo

parent e7515ca6
No related branches found
No related tags found
2 merge requests!133Update,!132Update
......@@ -37,10 +37,10 @@
<div>
<div class="container container--wide navbar__content max-w-screen-xl" :class="{'navbar__content--initialized': true}">
<div class="navbar__brand my-4 flex items-center lg:pr-8 lg:my-0">
<a href="#">
<a href="/">
<img src="{% static "uniweb/assets/images/logo-round-white.svg" %}" class="w-8" />
</a>
<span class="pl-4 font-bold text-xl lg:border-r lg:border-grey-300 lg:pr-8">{{ page.root_page.seo_title }}</span>
<a href="/" class="pl-4 font-bold text-xl lg:border-r lg:border-grey-300 lg:pr-8">{{ page.root_page.seo_title }}</a>
</div>
{% if page.root_page.top_menu %}
<div class="navbar__menutoggle my-4 flex justify-end lg:hidden">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment