chore: more consistent class name

This commit is contained in:
Cory Dransfeldt 2024-02-16 17:24:38 -08:00
parent 9f50fdd4d1
commit 2ecad5c264
No known key found for this signature in database
12 changed files with 13 additions and 13 deletions

View file

@ -15,6 +15,6 @@ layout: default
{% render "partials/now/links.liquid", links:links %}
{% render "partials/now/media-grid.liquid", data:movies, icon: "movie", title: "Movies", shape: "vertical", count: 6 %}
{% render "partials/now/media-grid.liquid", data:tv, icon: "device-tv", title: "TV", shape: "vertical", count: 6 %}
<p class="now__explainer text-center">
<p class="now__explainer text--centered">
This is a <a href="https://nownownow.com/about">now page</a>, and if you have your own site, <a href="https://nownownow.com/about">you should make one too</a>.
</p>