'Change footer version to 2.2

This commit is contained in:
Yana
2025-05-08 15:17:28 +03:00
parent d458df9c34
commit 0d6722f9f5
+1 -1
View File
@@ -15,7 +15,7 @@ export async function Footer() {
const locale = "en";
const footerData = await getFooter(locale);
const legalContent1 =
"Nym Noise Generating Network Explorer, V 2.1.0 Public Beta release.";
"Nym Noise Generating Network Explorer, V 2.2.0 Public Beta release.";
const legalContent2 = footerData?.attributes?.legalContent2 || false;
const footerLinkBlocks = footerData?.attributes?.linkBlocks || [];