régler quelques warnings

This commit is contained in:
2024-06-07 15:24:32 +02:00
parent f94d4f0e24
commit 446baaa7bb
253 changed files with 425 additions and 528 deletions

View File

@ -1,7 +1,6 @@
<script lang="ts">
export let image: string;
export let name: string;
export let mail: string;
export let site: string;
export let description: string;
</script>

View File

@ -12,11 +12,11 @@
<div
class="max-w-sm my-4 w-80 h-fit rounded-lg shadow-md bg-neutral-800 hover:bg-neutral-700"
>
<a href="#">
<a href="/">
<img class="rounded-t-lg h-48 w-80 object-cover" src={image} alt="" />
</a>
<div class="p-5">
<a href="#">
<a href="/">
<h5 class="mb-2 text-lg font-bold tracking-tight text-white">
{truncateString(title, 50)}
</h5>