chore: additional icon updates

This commit is contained in:
Cory Dransfeldt 2023-06-21 12:29:21 -07:00
parent a28504f590
commit 45ced69b2f
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

View file

@ -32,7 +32,7 @@
"@11ty/eleventy-activity-feed": "^1.0.9",
"@11ty/eleventy-fetch": "^4.0.0",
"@11ty/eleventy-img": "^3.1.0",
"@cdransf/eleventy-plugin-heroicons": "^1.2.0",
"@cdransf/eleventy-plugin-heroicons": "^1.3.1",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@extractus/feed-extractor": "^6.2.3",

View file

@ -31,13 +31,13 @@ layout: main
{{ content }}
</div>
<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 "outline" "terminal" "Making" "height=28" %}
{% heroicon "outline" "command-line" "Making" "height=28" %}
<div class="ml-1">Making</div>
</h2>
<div class="pl-4 md:pl-8">
<p class="my-2 flex flex-row items-center">
<span class="mr-1">
{% heroicon "outline" "code" "Hacking" "width=20 height=20" %}
{% heroicon "outline" "code-bracket" "Hacking" "width=20 height=20" %}
</span>
<span>
Hacking away on random projects like this page, my
@ -75,7 +75,7 @@ layout: main
{% endif %}
{% if recentTracks.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 "outline" "music-note" "Albums" "height=28" %}
{% heroicon "outline" "musical-note" "Albums" "height=28" %}
<div class="ml-1">Albums</div>
</h2>
<div class="grid grid-cols-2 gap-2 md:grid-cols-4 not-prose">

View file

@ -243,10 +243,10 @@
"@catppuccin/palette" "0.1.5"
tailwindcss "^3.0.24"
"@cdransf/eleventy-plugin-heroicons@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@cdransf/eleventy-plugin-heroicons/-/eleventy-plugin-heroicons-1.2.0.tgz#223888c8666816c1f51e103c08b15e9413c24ad9"
integrity sha512-Zdga6XCEg5yBzVIFQmqbeiVNj0+BbCHrjoELDvZEGM4hrTCH03njgDbSEz7BF9fQt4mOc6uqqhoO7MUlPE773A==
"@cdransf/eleventy-plugin-heroicons@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@cdransf/eleventy-plugin-heroicons/-/eleventy-plugin-heroicons-1.3.1.tgz#d3c908bbe813eee973fe0fec9e32f4a59d3412af"
integrity sha512-wwma/9s0Xto0mUqZq7uVCbhus7w/aXRSjDjMpS7CgMS0hpmGKf3b2iS8xCsxtMtOFBtMX8TjsTquLt0ivITyhA==
"@commitlint/cli@^17.6.5":
version "17.6.5"