From e9c126f7a2226176430a8e050f1bd69dd7f965ab Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Wed, 3 May 2023 21:59:22 -0500 Subject: [PATCH] under construction and other tidyups --- src/main/kotlin/org/freenet/website/pages/about/aboutPage.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/freenet/website/pages/about/aboutPage.kt b/src/main/kotlin/org/freenet/website/pages/about/aboutPage.kt index 75f84dd..419d124 100644 --- a/src/main/kotlin/org/freenet/website/pages/about/aboutPage.kt +++ b/src/main/kotlin/org/freenet/website/pages/about/aboutPage.kt @@ -52,7 +52,7 @@ fun Component.aboutPage() { li { a { a -> a["href"] = "#p2p_network" - a.text(" P2P Network") + a.text(" Freenet Network Topology") } } }