Skip to content
Snippets Groups Projects
Commit b55fea3b authored by Julian's avatar Julian
Browse files

Make brand logo clickable again

parent 9c3b03ce
No related branches found
No related tags found
2 merge requests!1046Draft: Resolve "[3.0] Meta-issue for GraphQL back-end and Vue.js frontend",!1045Introduce Vuetify and GraphQL
a.v-toolbar__title {
text-decoration: none;
}
......@@ -29,6 +29,7 @@
<!-- FIXME: Find a way to use SCSS!!! -->
{% include_css "vuetify" %}
<link rel="stylesheet" href="{% sass_src 'public/vue_style.scss' %}">
{% include_css "mdi-font" %}
......@@ -107,7 +108,9 @@
<v-app-bar app color="primary">
<v-app-bar-nav-icon v-if="$vuetify.breakpoint.mdAndDown"></v-app-bar-nav-icon>
<v-toolbar-title>{{ request.site.preferences.general__title }}</v-toolbar-title>
<v-toolbar-title tag="a" class="white--text" href="{% url "index" %}">
{{ request.site.preferences.general__title }}
</v-toolbar-title>
<v-spacer></v-spacer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment