Skip to content

Commit 4f20fb9

Browse files
authored
Update: Scholarship notification (#183)
1 parent 210c498 commit 4f20fb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/about/scholarships.njk

Whitespace-only changes.

src/attend/scholarships.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ layout: base.njk
8282

8383
<div class="mt-6">
8484
<div class="flex flex-col sm:flex-row gap-4 items-start">
85-
{{ button(text="Apply for Scholarship", url="https://forms.gle/Gkzau2SDeKyRNu4c9", lime_bg=true, env = env) }}
85+
{{ button(text="Apply for Scholarship", url="https://forms.gle/Gkzau2SDeKyRNu4c9", lime_bg=true, env = env, disabled=true) }}
8686
</div>
8787
</div>
8888
</div>
@@ -104,7 +104,7 @@ layout: base.njk
104104
<img src="{{ env.baseUrl }}img/assets/circle-lime.svg" alt="Notification Icon" class="w-6 h-6 mr-3">
105105
<h3 class="text-xl md:text-3xl">Notification</h3>
106106
</div>
107-
<p class="text-2xl text-black">The selected applicants will be informed by <strong>12th August, 23:59 IST</strong>.</p>
107+
<p class="text-2xl text-black">The selected applicants will be informed by <strong>14th August, 23:59 IST</strong>.</p>
108108
{%- endcall %}
109109
</div>
110110
</div>

0 commit comments

Comments
 (0)