From d853082cdbbce3b4dd7deb52cb76f24082eb1cb6 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 31 Dec 2018 13:49:57 -0700 Subject: [PATCH] Better button icon --- signup/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signup/index.php b/signup/index.php index 87c5c5f..593ff76 100644 --- a/signup/index.php +++ b/signup/index.php @@ -24,7 +24,7 @@ function showHTML($errormsg = null, $genform = true, $noformcontent = "", $title $form->addHiddenInput("submit", "1"); - $form->addButton("Create Account", "fas fa-save", null, "submit", "savebtn"); + $form->addButton("Create Account", "fas fa-user-plus", null, "submit", "savebtn"); ?>