Add the "learn more" link to C2PA info (to proofmode.org/verify)
This commit is contained in:
parent
54a1c05ddf
commit
85042ecf36
3 changed files with 23 additions and 1 deletions
|
|
@ -3,6 +3,9 @@
|
|||
<div class="detail-title">
|
||||
{{ t("file_mode.content_credentials") }}
|
||||
</div>
|
||||
<div class="detail-subtitle">
|
||||
{{ t("file_mode.content_credentials_info") }} <a href="https://proofmode.org/verify" target="_blank">{{ t("file_mode.learn_more") }}</a>
|
||||
</div>
|
||||
<div class="detail-row" v-if="dateCreated"><v-icon>$vuetify.icons.ic_exif_time</v-icon>{{ dateCreated }}</div>
|
||||
<div class="detail-row" v-if="creator"><v-icon>$vuetify.icons.ic_exif_device_camera</v-icon>{{ creator }}</div>
|
||||
<div class="detail-row" v-if="aiInferenceResult?.aiGenerated">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue