chore: update language

This commit is contained in:
cdransf 2023-06-09 02:30:12 +00:00 committed by Cory Dransfeldt
parent be8055d8cc
commit 7602459198
No known key found for this signature in database
3 changed files with 14 additions and 3 deletions

View file

@ -91,8 +91,8 @@ layout: main
{% endif %}
{% if albumReleases.size > 0 %}
<h2 class="m-0 text-xl flex flex-row items-center font-black leading-tight tracking-normal dark:text-gray-200 md:text-2xl mt-8 mb-4">
{% heroicon "solid" "calendar" "Albums I'm looking forward to" "height=28" %}
<div class="ml-1">Albums I'm looking forward to</div>
{% heroicon "solid" "calendar" "Anticipated albums" "height=28" %}
<div class="ml-1">Anticipated albums</div>
</h2>
<ul class="list-inside list-disc pl-5 md:pl-10">
{% for album in albumReleases %}