Re-worked icons
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m48s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m48s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
import { Icon } from "astro-icon/components";
|
||||
import Icon from "../components/Icon.astro";
|
||||
import { config } from "../config";
|
||||
|
||||
// Sort talks by date, newest first
|
||||
@@ -68,7 +68,7 @@ function formatDate(dateStr: string): string {
|
||||
<div class="flex-grow flex flex-col gap-1 justify-center pl-4 z-10 pointer-events-none">
|
||||
<h2 class="font-bold text-lg sm:text-xl text-primary group-hover:text-accent transition-colors flex items-center gap-2">
|
||||
{talk.name}
|
||||
<Icon name="mdi:open-in-new" class="w-4 h-4 opacity-50 group-hover:opacity-100 transition-opacity" />
|
||||
<Icon name="open-in-new" class="w-4 h-4 opacity-50 group-hover:opacity-100 transition-opacity" />
|
||||
</h2>
|
||||
<p class="text-sm opacity-80 line-clamp-2 leading-relaxed">
|
||||
{talk.description}
|
||||
|
||||
Reference in New Issue
Block a user