Frontend: Update link to team page

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-03-22 13:58:21 +01:00
parent d65cafe87f
commit c310114cf5

View file

@ -12,7 +12,7 @@
<a v-if="evaluation" href="https://raw.githubusercontent.com/photoprism/photoprism/develop/NOTICE" <a v-if="evaluation" href="https://raw.githubusercontent.com/photoprism/photoprism/develop/NOTICE"
target="_blank" class="text-link">3rd-party software packages</a> target="_blank" class="text-link">3rd-party software packages</a>
<a v-else href="https://my.photoprism.app/" target="_blank" class="text-link">Licensed to {{ customer }}</a> <a v-else href="https://my.photoprism.app/" target="_blank" class="text-link">Licensed to {{ customer }}</a>
<a href="https://www.photoprism.app/team/" target="_blank" class="body-link">© 2018-2023 PhotoPrism UG</a> <a href="https://www.photoprism.app/about/team/" target="_blank" class="body-link">© 2018-2023 PhotoPrism UG</a>
</div> </div>
</v-flex> </v-flex>
</v-layout> </v-layout>