Skip to content

Commit

Permalink
Merge pull request #2135 from kabilar/footer-policies
Browse files Browse the repository at this point in the history
Add Terms, Policies, and Code of Conduct to footer
  • Loading branch information
waxlamp authored Jan 22, 2025
2 parents 2b3d9c8 + 700abad commit f40817e
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion web/src/components/DandiFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,30 @@
</cookie-law>
<v-row>
<v-col offset="2">
&copy; 2019 - 2025 The DANDI Team<br>
&copy; 2019 - 2024 The DANDI Team<br>
<a
target="_blank"
rel="noopener"
href="https://docs.dandiarchive.org/about/terms/"
>Terms</a>
<v-icon x-small>
mdi-open-in-new
</v-icon> / <a
target="_blank"
rel="noopener"
href="https://docs.dandiarchive.org/about/policies/"
>Policies</a>
<v-icon x-small>
mdi-open-in-new
</v-icon> / <a
target="_blank"
rel="noopener"
href="https://github.com/dandi/dandi-archive/blob/master/CODE_OF_CONDUCT.md"
>Code of Conduct</a>
<v-icon x-small>
mdi-open-in-new
</v-icon>
<br>
version
<a
class="version-link"
Expand Down

0 comments on commit f40817e

Please sign in to comment.