Skip to content

Commit

Permalink
Merge pull request #2134 from kabilar/footer
Browse files Browse the repository at this point in the history
Update support links in the footer
  • Loading branch information
waxlamp authored Feb 3, 2025
2 parents 741b5ac + 9e93606 commit b753a87
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions web/src/components/DandiFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,24 +88,17 @@
- <a
target="_blank"
rel="noopener"
:href="dandiAboutUrl"
>DANDI Project Homepage</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="https://github.com/dandi/dandi-archive"
>Project GitHub</a>
<v-icon x-small>
mdi-open-in-new
</v-icon> / <a
target="_blank"
rel="noopener"
href="https://github.com/dandi/dandi-archive/issues"
>Issues</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 All @@ -119,7 +112,6 @@
import { defineComponent } from 'vue';
import CookieLaw from 'vue-cookie-law';
import { dandiAboutUrl } from '@/utils/constants';
import { cookiesEnabled } from '@/rest';
const version = import.meta.env.VITE_APP_VERSION;
Expand All @@ -130,7 +122,6 @@ export default defineComponent({
components: { CookieLaw },
setup() {
return {
dandiAboutUrl,
version,
githubLink,
cookiesEnabled,
Expand Down

0 comments on commit b753a87

Please sign in to comment.