chore: update language
This commit is contained in:
parent
be8055d8cc
commit
7602459198
3 changed files with 14 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue