Gusto Changes

This commit is contained in:
Norm Rasmussen
2022-03-24 17:02:51 -04:00
parent b4a62269c0
commit a084e62d50
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
Running your Accounting Firm Running your Accounting Firm
</h2> </h2>
<a href="../app/running-your-firm"> <a href="../app/running-your-firm">
<img class="custom-page-img" src="https://s3.amazonaws.com/static.northpass.com/Gusto/gusto1.png" alt=""> <img class="custom-page-img" src="https://s3.amazonaws.com/static.northpass.com/Gusto/gusto4.png" alt="">
</a> </a>
</div> </div>
</div> </div>

View File

@ -16,7 +16,7 @@
{% if courses.enrolled.any? %} {% if courses.enrolled.any? %}
<div class="row row-with-thumbnails"> <div class="row row-with-thumbnails">
{% for course in courses.enrolled %} {% for course in courses.enrolled %}
{% if course.properties.content == "Bookkeeping & Accounting" %} {% if course.properties.content == "Bookkeeping_Accounting" %}
<div class="col-xs-12 col-sm-6 col-lg-4 np-stretch-content"> <div class="col-xs-12 col-sm-6 col-lg-4 np-stretch-content">
{% include "cards_course" with course %} {% include "cards_course" with course %}
</div> </div>
@ -26,4 +26,4 @@
{% endif %} {% endif %}
</div> </div>
{% include "footer" %} {% include "footer" %}