diff --git a/src/services/common/AnchoringProofService/AnchoringProofService.ts b/src/services/common/AnchoringProofService/AnchoringProofService.ts
index eeaca28f..f6371c95 100644
--- a/src/services/common/AnchoringProofService/AnchoringProofService.ts
+++ b/src/services/common/AnchoringProofService/AnchoringProofService.ts
@@ -38,8 +38,7 @@ export default class AnchoringProofService extends BaseService {
var htmlContent = `
- ${proofTemplateSvg}
- ${data.txLink}
+ ${proofTemplateSvg}
`;
@@ -60,19 +59,16 @@ export default class AnchoringProofService extends BaseService {
width: 100%;
height: 100%;
}
- .txLink {
- position: absolute;
- left: 242px;
- top: 309px;
- }
body {
display: flex;
justify-content: center;
align-items: center;
}
svg {
- width: 100%;
- height: 100%;
+ width: 95%;
+ height: 95%;
+ border-radius: 10px;
+ box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.31);
}
`,
});
diff --git a/src/services/common/AnchoringProofService/html2.html b/src/services/common/AnchoringProofService/html2.html
deleted file mode 100644
index 5aabbcd8..00000000
--- a/src/services/common/AnchoringProofService/html2.html
+++ /dev/null
@@ -1,627 +0,0 @@
-
-
-
-
-
-
-
-
-
diff --git a/src/services/common/AnchoringProofService/proofTemplate.ts b/src/services/common/AnchoringProofService/proofTemplate.ts
index cb576567..9ede042b 100644
--- a/src/services/common/AnchoringProofService/proofTemplate.ts
+++ b/src/services/common/AnchoringProofService/proofTemplate.ts
@@ -9,104 +9,554 @@ export default function proofTemplate({
officeName: string;
txLink: string;
}) {
- return `