Skip to content

Commit 7dc7aba

Browse files
committed
fix: hideArrow for ResourceItem
1 parent 3cbe36a commit 7dc7aba

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/Resources/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export const ResourceItem = ({
3131
"flex gap-2 border-b p-3 text-body no-underline last-of-type:border-0 hover:bg-background-highlight hover:text-body",
3232
className
3333
)}
34+
hideArrow
3435
>
3536
<div className="my-1 size-[18px] shrink-0">
3637
<Image src={imgSrc} alt={title} />

src/pages/[locale]/resources.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ const ResourcesPage = ({ txCostsMedianUsd }) => {
130130
"relative text-nowrap rounded-xl px-4 py-2 text-sm [&_svg]:shrink-0 [&_svg]:text-sm",
131131
activeSection === key && "!text-primary"
132132
)}
133-
hideArrow
134133
>
135134
{activeSection === key && (
136135
<motion.div

0 commit comments

Comments
 (0)