Fix globe icon alignment issue

pull/82/head
James Culveyhouse 2023-01-11 14:38:35 -06:00
rodzic b49f1cdc30
commit 97ab1ab5e1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ export default component$((props: Props) => {
</div>
</div>
<Link class="no-underline" href={statusUrl}>
<div class="text-wildebeest-500 flex items-center">
<div class="text-wildebeest-500 flex items-baseline">
<i style={{ height: '0.75rem', width: '0.75rem' }} class="fa fa-xs fa-globe w-3 h-3" />
<span class="ml-2 text-sm hover:underline">{formatTimeAgo(new Date(status.created_at))}</span>
</div>