Skip to content

Commit a90f9ed

Browse files
committed
fix: Remove static Carbon Offset claim text
Remove the hardcoded line from the Trust Chain component that displays a static sentence about the Carbon Offset Claim. This change eliminates the misleading fixed claim text. --------- Signed-off-by: Alexander Pyatakov <alex.pyatakov@envisionblockchain.com>
1 parent 3d102a9 commit a90f9ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

frontend/src/app/views/trust-chain/trust-chain.component.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@
8888
</div>
8989
</div>
9090
</div>
91-
<div class="vp-description">
92-
This Carbon Offset Claim has met all the requirements as issued in the policy secured to this token.
93-
</div>
9491
<div *ngIf="vp" class="vp-signature">
9592
<div class="vp-field-label">Verified Signature:</div>
9693
<div class="vp-field-value">{{ vp.document.proof.jws }}</div>

0 commit comments

Comments
 (0)