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
|
|
@ -472,7 +472,8 @@ $hiliteColor: #4642f1;
|
|||
}
|
||||
|
||||
.send-attachments-info-popup {
|
||||
background-color: rgba(0,0,0,0.9);
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
|
||||
.done-button {
|
||||
padding: 14px 24px;
|
||||
}
|
||||
|
|
@ -587,6 +588,21 @@ $hiliteColor: #4642f1;
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.detail-subtitle {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 125%;
|
||||
letter-spacing: 0.4px;
|
||||
margin-top: 8px;
|
||||
padding-bottom: 4px;
|
||||
a, a:visited {
|
||||
font-weight: 700;
|
||||
color: #8A87FF;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.detail-row {
|
||||
margin-top: 12px;
|
||||
font-family: "Inter", sans-serif;
|
||||
|
|
@ -595,6 +611,7 @@ $hiliteColor: #4642f1;
|
|||
line-height: 125%;
|
||||
letter-spacing: 0.4px;
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
|
||||
.v-icon {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -491,6 +491,8 @@
|
|||
"metadata_info_original": "Sharing the original automatically includes its metadata.",
|
||||
"exif_data": "Exif Data",
|
||||
"content_credentials": "Content Credentials",
|
||||
"content_credentials_info": "Source or history information is available for this media to be verified.",
|
||||
"learn_more": "Learn more",
|
||||
"ai_used": "AI was used in this media"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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