From a138eba4dcac8551e726313ab4c0574827740fd7 Mon Sep 17 00:00:00 2001
From: Dima Rifai <dima.rifai@gmail.com>
Date: Wed, 29 Jan 2025 21:43:14 +0200
Subject: [PATCH] Issue #437 - Update permlink href in operations

---
 lib/Formatter.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Formatter.tsx b/lib/Formatter.tsx
index 46bba88c..b7f49acf 100644
--- a/lib/Formatter.tsx
+++ b/lib/Formatter.tsx
@@ -154,7 +154,7 @@ class OperationsFormatter implements IWaxCustomFormatter {
       <Link
         rel="noopener noreferrer"
         target="_blank"
-        href={`https://hive.blog/@${author}/${permlink}`}
+        href={`/@${author}/${permlink}`}
       >
         <span className="text-explorer-light-green">{permlink}</span>
       </Link>
-- 
GitLab