From 5d4d1af3fbc4c48cd85867e26e205396454c9898 Mon Sep 17 00:00:00 2001 From: Sketch <75850871+SketchMaster2001@users.noreply.github.com> Date: Sun, 22 Dec 2024 11:26:07 -0500 Subject: [PATCH] chore: Wordwrap ToS --- main_menu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_menu.go b/main_menu.go index b5b14d8..0ce011d 100644 --- a/main_menu.go +++ b/main_menu.go @@ -13,7 +13,7 @@ import ( func documentTemplate(r *Response) { r.AddKVWChildNode("container0", KVField{ XMLName: xml.Name{Local: "contents"}, - Value: "By clicking agree, you verify you have read and\nagreed to https://wiilink.ca/demae/privacypolicy and https://wiilink.ca/tos", + Value: "By clicking agree, you verify you have read and\nagreed to https://wiilink.ca/demae/privacypolicy\nand https://wiilink.ca/tos.", }) r.AddKVWChildNode("container1", KVField{ XMLName: xml.Name{Local: "contents"},