From 8c3fa378ab8f12c1e68312ac28484223a5b9ec29 Mon Sep 17 00:00:00 2001 From: wassname Date: Mon, 13 Feb 2023 06:06:56 +0800 Subject: [PATCH] CC BY-SA -> CC BY --- website/src/components/ToS.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/ToS.tsx b/website/src/components/ToS.tsx index 21af3c30..3de33298 100644 --- a/website/src/components/ToS.tsx +++ b/website/src/components/ToS.tsx @@ -75,7 +75,7 @@ const TermsData = [ { number: "3.5", title: "", - desc: "When you submit or modify text to which you hold the copyright, you agree to license it under: Creative Commons Attribution-ShareAlike 4.0 (“CC BY-SA 4.0”)", + desc: "When you submit or modify text to which you hold the copyright, you agree to license it under: Creative Commons Attribution-ShareAlike 4.0 (“CC BY-SA ”)", }, ], },