From dc4ea54e2c0426c2bc02dd327a94d48e532ad244 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 11 Nov 2022 14:51:45 -0800 Subject: changed donation list order --- build/website/index.html | 2 +- scripts/addback.sh | 4 ++-- website/index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/website/index.html b/build/website/index.html index 8744a36..19986b1 100644 --- a/build/website/index.html +++ b/build/website/index.html @@ -130,8 +130,8 @@ Preston Pan

Here are some methods of donating I support:

Thanks a lot for your support! diff --git a/scripts/addback.sh b/scripts/addback.sh index 481733f..28248b9 100755 --- a/scripts/addback.sh +++ b/scripts/addback.sh @@ -11,7 +11,7 @@ fi # if [ "$(basename "$1")" = 'index.html' ]; then - printf 'Back' + printf 'Back' else - printf 'Back' + printf 'Back' fi diff --git a/website/index.html b/website/index.html index 6b22b04..758167c 100644 --- a/website/index.html +++ b/website/index.html @@ -110,8 +110,8 @@ $$START CONTENT

Here are some methods of donating I support:

Thanks a lot for your support! -- cgit