Skip to content
Snippets Groups Projects
Commit 2e6b95d3 authored by David Mendez's avatar David Mendez
Browse files

Search bar menu: remove links to cookie and privacy notices

parent 18e2dd14
No related branches found
No related tags found
1 merge request!88Changes for the Midterm Review
...@@ -27,18 +27,6 @@ ...@@ -27,18 +27,6 @@
</v-list-item-content> </v-list-item-content>
</v-list-item> </v-list-item>
<v-divider /> <v-divider />
<v-subheader>Data Protection</v-subheader>
<v-list-item nuxt to="/privacy_notice">
<v-list-item-content>
<v-list-item-title>Privacy Notice</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item nuxt to="/cookie_notice">
<v-list-item-content>
<v-list-item-title>Cookie Notice</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-divider />
<v-subheader>Contact</v-subheader> <v-subheader>Contact</v-subheader>
<v-list-item nuxt to="/contact_us"> <v-list-item nuxt to="/contact_us">
<v-list-item-content> <v-list-item-content>
......
...@@ -31,18 +31,6 @@ ...@@ -31,18 +31,6 @@
</v-list-item-content> </v-list-item-content>
</v-list-item> </v-list-item>
<v-divider /> <v-divider />
<v-subheader>Data Protection</v-subheader>
<v-list-item nuxt to="/privacy_notice">
<v-list-item-content>
<v-list-item-title>Privacy Notice</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item nuxt to="/cookie_notice">
<v-list-item-content>
<v-list-item-title>Cookie Notice</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-divider />
<v-subheader>Contact</v-subheader> <v-subheader>Contact</v-subheader>
<v-list-item nuxt to="/contact_us"> <v-list-item nuxt to="/contact_us">
<v-list-item-content> <v-list-item-content>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment