From e1e0934f984dfddcbbff2745f6da2d21f2999c43 Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Thu, 27 Jun 2024 20:45:11 +0800 Subject: [PATCH] fix: update footer links --- config/footer-links.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/footer-links.json b/config/footer-links.json index 63620c4c..7989fa6c 100644 --- a/config/footer-links.json +++ b/config/footer-links.json @@ -67,7 +67,7 @@ }, { "label": "Blog", - "href": "#" + "href": "https://blog.aelf.com/" } ] }, @@ -76,7 +76,7 @@ "items": [ { "label": "Contact Us", - "href": "#" + "href": "https://form.aelf.com/contact" } ] }