File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ <h3 class="mainHeading"><a class="text-white" href="/"><img src="/assets/img/log
28
28
{% endif %}
29
29
30
30
{% if page.active == "join-us" %}
31
- < li class =" active "> < a class ="" href ="/join-us/index.html " data-after ="Join Us "> Join Us</ a > </ li >
31
+ < li class =" active "> < a class ="" href ="/join-us/index.html " data-after ="Join "> Join Us</ a > </ li >
32
32
{% else %}
33
- < li class =""> < a class ="" href ="/join-us/index.html " data-after ="Join Us "> Join Us</ a > </ li >
33
+ < li class =""> < a class ="" href ="/join-us/index.html " data-after ="Join "> Join Us</ a > </ li >
34
34
{% endif %}
35
35
<!-- </ul>
36
36
</div> -->
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h3 class="mb-0">Notifications</h3>
31
31
< ul class ="list-group list-group-flush ">
32
32
{% for post in site.posts %}
33
33
< li class ="list-group-item ">
34
- < span class ="badge badge-danger badge-pill p-2 mr-2 "> New !! </ span >
34
+ < span class ="badge badge-danger badge-pill p-2 mr-2 animate__animated animate__pulse animate__infinite "> New !! </ span >
35
35
< a class ="mt-2 " href ="{{post.url}} "> {{post.title}}</ a >
36
36
</ li >
37
37
{% endfor %}
You can’t perform that action at this time.
0 commit comments