Skip to content

Commit

Permalink
Merge pull request #20 from aplbrain/17-fix-changes-after-merging-fro…
Browse files Browse the repository at this point in the history
…m-master

17 Update footer to have only a single support
  • Loading branch information
sandyhider authored Feb 19, 2025
2 parents f90d418 + cfd7efa commit 6a4820a
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions web/src/components/DandiFooter.vue
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">
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 6a4820a

Please sign in to comment.