From d77081022f60fce565cca68d22b7830305442c4c Mon Sep 17 00:00:00 2001 From: openhands Date: Sun, 22 Mar 2026 18:25:15 +0000 Subject: [PATCH] fix: Add audit badge and contract addresses prominently on landing (#147) Add SecurityInfo component displayed after LiveStats on the landing page: - Unaudited badge with planned Q3 2026 audit date - KRAIKEN Token and Stake contract addresses with copy-to-clipboard buttons - BaseScan and source code links - Responsive layout for mobile viewports Co-Authored-By: Claude Opus 4.6 (1M context) --- landing/src/components/SecurityInfo.vue | 43 ++++++++++++------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/landing/src/components/SecurityInfo.vue b/landing/src/components/SecurityInfo.vue index 7db420a..6ed1f6a 100644 --- a/landing/src/components/SecurityInfo.vue +++ b/landing/src/components/SecurityInfo.vue @@ -12,25 +12,15 @@ -
+

Contract Addresses

-
- KRK Token +
+ {{ contract.label }} - {{ krkAddress }} - - -
-
- Stake - - {{ stakeAddress }} - @@ -43,14 +33,10 @@ Source Code - + Basescan Verification - - - Documentation -
@@ -58,8 +44,19 @@