forked from dandi/dandi-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from aplbrain/17-fix-changes-after-merging-fro…
…m-master 17 Update footer to have only a single support
- Loading branch information
Showing
1 changed file
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<template> | ||
<v-footer class="text-body-2" app> | ||
<v-footer class="text-body-2"> | ||
<v-container> | ||
<cookie-law theme="blood-orange"> | ||
<div slot="message"> | ||
|
@@ -84,20 +84,12 @@ | |
<v-icon x-small> | ||
mdi-open-in-new | ||
</v-icon> | ||
</v-col> | ||
<v-col> | ||
Support:<br> | ||
<br> | ||
- <a | ||
target="_blank" | ||
rel="noopener" | ||
:href="dandiUrl" | ||
>DANDI</a> | ||
<br> | ||
- <a | ||
target="_blank" | ||
rel="noopener" | ||
href="mailto:[email protected]" | ||
>Send an email</a> | ||
<v-icon x-small> | ||
mdi-open-in-new | ||
</v-icon> | ||
|
@@ -107,14 +99,17 @@ | |
- <a | ||
target="_blank" | ||
rel="noopener" | ||
href="https://github.com/dandi/helpdesk/issues/new/choose" | ||
>File an issue</a> | ||
href="mailto:[email protected]" | ||
>Send an email</a> | ||
<v-icon x-small> | ||
mdi-open-in-new | ||
</v-icon> | ||
<br> | ||
- <a | ||
target="_blank" | ||
rel="noopener" | ||
:href="emberGitHubUrl" | ||
>Project GitHub</a> | ||
href="https://github.com/dandi/helpdesk/issues/new/choose" | ||
>File an issue</a> | ||
<v-icon x-small> | ||
mdi-open-in-new | ||
</v-icon> | ||
|