refactor: streamline all icons to use class placeholder and update callers
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="prev-post-nav">
|
||||
<a href="{{url}}" class="group block p-6 bg-[var(--bg-secondary)] rounded-lg hover:bg-[var(--bg-tertiary)] transition-all duration-300">
|
||||
<span class="text-xs uppercase tracking-widest text-[var(--text-tertiary)] mb-2 block flex items-center">
|
||||
<span class="mr-2">{{> "icons/arrow-left"}}</span>
|
||||
<span class="mr-2">{{> "icons/arrow-left" class="w-4 h-4"}}</span>
|
||||
Previous Post
|
||||
</span>
|
||||
<h4 class="text-xl font-bold group-hover:text-[var(--brand-primary)] transition-colors duration-300">{{title}}</h4>
|
||||
@@ -16,7 +16,7 @@
|
||||
<a href="{{url}}" class="group block p-6 bg-[var(--bg-secondary)] rounded-lg hover:bg-[var(--bg-tertiary)] transition-all duration-300">
|
||||
<span class="text-xs uppercase tracking-widest text-[var(--text-tertiary)] mb-2 block flex items-center justify-end">
|
||||
Next Post
|
||||
<span class="ml-2">{{> "icons/arrow-right"}}</span>
|
||||
<span class="ml-2">{{> "icons/arrow-right" class="w-4 h-4"}}</span>
|
||||
</span>
|
||||
<h4 class="text-xl font-bold group-hover:text-[var(--brand-primary)] transition-colors duration-300">{{title}}</h4>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user