From 7a2c28a917b181d48c7a3948833d05957aceb8ae Mon Sep 17 00:00:00 2001 From: Aditya Anand M C Date: Thu, 2 Jan 2020 19:00:40 +0530 Subject: [PATCH] chore: prettify load more grants text --- app/assets/v2/css/base.css | 4 ++++ app/grants/templates/grants/index.html | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app/assets/v2/css/base.css b/app/assets/v2/css/base.css index 1c073469433..1c0ffbae303 100644 --- a/app/assets/v2/css/base.css +++ b/app/assets/v2/css/base.css @@ -20,6 +20,10 @@ a { color: #3E00FF; } +.cursor-pointer { + cursor: pointer !important; +} + .nav_avatar { width: 40px; height: 40px; diff --git a/app/grants/templates/grants/index.html b/app/grants/templates/grants/index.html index 9f3b12824a0..9f79436292f 100644 --- a/app/grants/templates/grants/index.html +++ b/app/grants/templates/grants/index.html @@ -262,7 +262,14 @@

{% endfor %} {% if grants.has_next %} - More +

+ + + Collecting more exciting grants + +

{% endif %} {% else %}