mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-19 06:33:33 +09:00
improve testimonial cards, fix some minor issues
This commit is contained in:
@@ -128,7 +128,7 @@ const { pathname } = Astro.url;
|
||||
settings.search && (
|
||||
<a
|
||||
class="mr-5 inline-block border-r border-border pr-5 text-xl text-dark hover:text-primary dark:border-darkmode-border dark:text-white"
|
||||
href="search"
|
||||
href="/search"
|
||||
aria-label="search"
|
||||
>
|
||||
<IoSearch />
|
||||
|
||||
@@ -47,7 +47,7 @@ const { testimonial } = Astro.props;
|
||||
<Image
|
||||
height={50}
|
||||
width={50}
|
||||
class="rounded-full border border-primary dark:border-darkmode-primary"
|
||||
class="rounded-full"
|
||||
src={item.avatar}
|
||||
alt={item.name}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user