diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-03 19:29:16 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-03 19:29:16 -0700 |
commit | ca59441dab7bd99645c98c03dceb314c5d9fae5d (patch) | |
tree | c51b0139b1c3660e7d863edb949c4d1e958d9df9 /python/fatcat_web/templates/auth_account.html | |
parent | 526ee41b187a2373c08679bc9bc582679beaa9ef (diff) | |
download | fatcat-ca59441dab7bd99645c98c03dceb314c5d9fae5d.tar.gz fatcat-ca59441dab7bd99645c98c03dceb314c5d9fae5d.zip |
small UI tweaks for editgroups/account
Diffstat (limited to 'python/fatcat_web/templates/auth_account.html')
-rw-r--r-- | python/fatcat_web/templates/auth_account.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/auth_account.html b/python/fatcat_web/templates/auth_account.html index 8a251042..4b1562d7 100644 --- a/python/fatcat_web/templates/auth_account.html +++ b/python/fatcat_web/templates/auth_account.html @@ -2,7 +2,7 @@ {% block body %} <h1 class="ui header"> - <i class="user icon"></i> + <i class="settings icon"></i> Account Settings </h1> |