diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2024-11-20 22:11:48 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2024-11-20 22:11:48 -0800 |
commit | 6e9a2b02f03dff27ce62b9ec1aec643a097632cf (patch) | |
tree | 1ddbdb4679cc32f8e30830717838281527008469 | |
parent | feat: tweak layout of donation page (diff) | |
download | www-6e9a2b02f03dff27ce62b9ec1aec643a097632cf.tar.gz www-6e9a2b02f03dff27ce62b9ec1aec643a097632cf.tar.bz2 www-6e9a2b02f03dff27ce62b9ec1aec643a097632cf.zip |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | donate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/donate/index.html b/donate/index.html index 4f7c301..d714c34 100644 --- a/donate/index.html +++ b/donate/index.html @@ -241,7 +241,7 @@ layout: tyrian <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_subscribe_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Subscribe" /> --> <span class="input-group-btn"> - <button class="btn btn-danger" type="submit"><span class="fa fa-fw fa-heart"></span>&bnsp;Subscribe!</button> + <button class="btn btn-danger" type="submit"><span class="fa fa-fw fa-heart"></span> Subscribe!</button> </span> </form> |