diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx
index 6387239..ff7a40f 100644
--- a/src/pages/home/index.tsx
+++ b/src/pages/home/index.tsx
@@ -16,7 +16,7 @@ export const HomePage = () => {
diff --git a/src/pages/sign/index.tsx b/src/pages/sign/index.tsx
index 0d21b51..e331521 100644
--- a/src/pages/sign/index.tsx
+++ b/src/pages/sign/index.tsx
@@ -469,10 +469,10 @@ export const SignPage = () => {
if (authUrl) {
return (
)
}
@@ -483,21 +483,21 @@ export const SignPage = () => {
{displayInput && (
<>
-
+
Select sigit file
setSelectedFile(value)}
/>
{selectedFile && (
setEncryptionKey(e.target.value)}
/>
@@ -506,7 +506,7 @@ export const SignPage = () => {
{selectedFile && encryptionKey && (
-
@@ -518,7 +518,7 @@ export const SignPage = () => {
<>
-
+
Export
@@ -533,7 +533,7 @@ export const SignPage = () => {
<>
-
+
Sign
@@ -670,7 +670,7 @@ const DisplayMeta = ({ meta, nextSigner }: DisplayMetaProps) => {
gap: '15px'
}}
>
-
+
Submitted By
@@ -680,8 +680,8 @@ const DisplayMeta = ({ meta, nextSigner }: DisplayMetaProps) => {
metadata[meta.submittedBy]?.picture ||
getRoboImageUrl(meta.submittedBy)
}
- alt='Profile Image'
- className='profile-image'
+ alt="Profile Image"
+ className="profile-image"
style={{
borderWidth: '3px',
borderStyle: 'solid',
@@ -689,7 +689,7 @@ const DisplayMeta = ({ meta, nextSigner }: DisplayMetaProps) => {
}}
/>
-
+
{metadata[meta.submittedBy]?.display_name ||
metadata[meta.submittedBy]?.name ||
shorten(hexToNpub(meta.submittedBy))}
@@ -704,7 +704,7 @@ const DisplayMeta = ({ meta, nextSigner }: DisplayMetaProps) => {
alignItems: 'flex-start'
}}
>
-
+
Files
@@ -750,8 +750,8 @@ const DisplayMeta = ({ meta, nextSigner }: DisplayMetaProps) => {
{
}}
/>
-
+
{userMeta?.display_name ||
userMeta?.name ||
shorten(npub)}
diff --git a/src/pages/verify/index.tsx b/src/pages/verify/index.tsx
index d808294..6ce6af8 100644
--- a/src/pages/verify/index.tsx
+++ b/src/pages/verify/index.tsx
@@ -147,8 +147,8 @@ export const VerifyPage = () => {
{
}}
/>
-
+
{profile?.display_name ||
profile?.name ||
shorten(hexToNpub(pubkey))}
{verifySignature && (
-
+
({isValidSignature ? 'Valid' : 'Not Valid'} Signature)
)}
@@ -184,7 +184,7 @@ export const VerifyPage = () => {
} else {
toast.error(`Invalid export signature!`)
return (
-
+
Invalid export signature
)
@@ -201,12 +201,12 @@ export const VerifyPage = () => {
{!meta && (
<>
-
+
Select exported zip file
setSelectedFile(value)}
InputProps={{
@@ -218,7 +218,7 @@ export const VerifyPage = () => {
{selectedFile && (
-
+
Verify
@@ -245,7 +245,7 @@ export const VerifyPage = () => {
gap: '15px'
}}
>
-
+
Submitted By
{displayUser(meta.submittedBy)}
@@ -257,7 +257,7 @@ export const VerifyPage = () => {
gap: '15px'
}}
>
-
+
Exported By
{displayExportedBy()}
@@ -271,7 +271,7 @@ export const VerifyPage = () => {
alignItems: 'flex-start'
}}
>
-
+
Signers
@@ -292,7 +292,7 @@ export const VerifyPage = () => {
alignItems: 'flex-start'
}}
>
-
+
Viewers
@@ -312,7 +312,7 @@ export const VerifyPage = () => {
alignItems: 'flex-start'
}}
>
-
+
Files