Skip to content

Commit

Permalink
aligned colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-512 committed Sep 19, 2023
1 parent 21636f9 commit 2f0221c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Testimonial.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div class="space-y-2">
<Card.Title>{name}</Card.Title>
{#if email}
<small class="flex items-center text-gray-400">
<small class="flex items-center text-muted-foreground">
<EnvelopeClosed class="me-2 outline-none" />
<a href={`mailto:${email}`}>
{email}
Expand Down

0 comments on commit 2f0221c

Please sign in to comment.