chore: additional icon updates
This commit is contained in:
parent
a28504f590
commit
45ced69b2f
3 changed files with 8 additions and 8 deletions
|
@ -32,7 +32,7 @@
|
||||||
"@11ty/eleventy-activity-feed": "^1.0.9",
|
"@11ty/eleventy-activity-feed": "^1.0.9",
|
||||||
"@11ty/eleventy-fetch": "^4.0.0",
|
"@11ty/eleventy-fetch": "^4.0.0",
|
||||||
"@11ty/eleventy-img": "^3.1.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/cli": "^17.6.5",
|
||||||
"@commitlint/config-conventional": "^17.6.5",
|
"@commitlint/config-conventional": "^17.6.5",
|
||||||
"@extractus/feed-extractor": "^6.2.3",
|
"@extractus/feed-extractor": "^6.2.3",
|
||||||
|
|
|
@ -31,13 +31,13 @@ layout: main
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</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">
|
<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>
|
<div class="ml-1">Making</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="pl-4 md:pl-8">
|
<div class="pl-4 md:pl-8">
|
||||||
<p class="my-2 flex flex-row items-center">
|
<p class="my-2 flex flex-row items-center">
|
||||||
<span class="mr-1">
|
<span class="mr-1">
|
||||||
{% heroicon "outline" "code" "Hacking" "width=20 height=20" %}
|
{% heroicon "outline" "code-bracket" "Hacking" "width=20 height=20" %}
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
Hacking away on random projects like this page, my
|
Hacking away on random projects like this page, my
|
||||||
|
@ -75,7 +75,7 @@ layout: main
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if recentTracks.size > 0 %}
|
{% 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">
|
<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>
|
<div class="ml-1">Albums</div>
|
||||||
</h2>
|
</h2>
|
||||||
<div class="grid grid-cols-2 gap-2 md:grid-cols-4 not-prose">
|
<div class="grid grid-cols-2 gap-2 md:grid-cols-4 not-prose">
|
||||||
|
|
|
@ -243,10 +243,10 @@
|
||||||
"@catppuccin/palette" "0.1.5"
|
"@catppuccin/palette" "0.1.5"
|
||||||
tailwindcss "^3.0.24"
|
tailwindcss "^3.0.24"
|
||||||
|
|
||||||
"@cdransf/eleventy-plugin-heroicons@^1.2.0":
|
"@cdransf/eleventy-plugin-heroicons@^1.3.1":
|
||||||
version "1.2.0"
|
version "1.3.1"
|
||||||
resolved "https://registry.yarnpkg.com/@cdransf/eleventy-plugin-heroicons/-/eleventy-plugin-heroicons-1.2.0.tgz#223888c8666816c1f51e103c08b15e9413c24ad9"
|
resolved "https://registry.yarnpkg.com/@cdransf/eleventy-plugin-heroicons/-/eleventy-plugin-heroicons-1.3.1.tgz#d3c908bbe813eee973fe0fec9e32f4a59d3412af"
|
||||||
integrity sha512-Zdga6XCEg5yBzVIFQmqbeiVNj0+BbCHrjoELDvZEGM4hrTCH03njgDbSEz7BF9fQt4mOc6uqqhoO7MUlPE773A==
|
integrity sha512-wwma/9s0Xto0mUqZq7uVCbhus7w/aXRSjDjMpS7CgMS0hpmGKf3b2iS8xCsxtMtOFBtMX8TjsTquLt0ivITyhA==
|
||||||
|
|
||||||
"@commitlint/cli@^17.6.5":
|
"@commitlint/cli@^17.6.5":
|
||||||
version "17.6.5"
|
version "17.6.5"
|
||||||
|
|
Reference in a new issue