fix: icon consistency
This commit is contained in:
parent
bf2efcadae
commit
9391506983
1 changed files with 8 additions and 3 deletions
|
@ -29,9 +29,14 @@
|
||||||
</span>
|
</span>
|
||||||
{{ title }}
|
{{ title }}
|
||||||
</h1>
|
</h1>
|
||||||
<a href="/" class="icon--28 icon--bold link--icon">
|
<div class="flex flex-row gap-6">
|
||||||
{% tablericon "home-move" "Home • Cory Dransfeldt" %}
|
<a href="/feeds" class="icon--24 link--icon">
|
||||||
</a>
|
{% tablericon "rss" "Feeds • Cory Dransfeldt" %}
|
||||||
|
</a>
|
||||||
|
<a href="/" class="icon--24 link--icon">
|
||||||
|
{% tablericon "home-move" "Home • Cory Dransfeldt" %}
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="pt-4 prose dark:prose-invert hover:prose-a:text-blue-500 max-w-full">
|
<div class="pt-4 prose dark:prose-invert hover:prose-a:text-blue-500 max-w-full">
|
||||||
<div class="dark:text-white text-gray-800">
|
<div class="dark:text-white text-gray-800">
|
||||||
|
|
Reference in a new issue