We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbe36a commit 7dc7abaCopy full SHA for 7dc7aba
src/components/Resources/index.tsx
@@ -31,6 +31,7 @@ export const ResourceItem = ({
31
"flex gap-2 border-b p-3 text-body no-underline last-of-type:border-0 hover:bg-background-highlight hover:text-body",
32
className
33
)}
34
+ hideArrow
35
>
36
<div className="my-1 size-[18px] shrink-0">
37
<Image src={imgSrc} alt={title} />
src/pages/[locale]/resources.tsx
@@ -130,7 +130,6 @@ const ResourcesPage = ({ txCostsMedianUsd }) => {
130
"relative text-nowrap rounded-xl px-4 py-2 text-sm [&_svg]:shrink-0 [&_svg]:text-sm",
131
activeSection === key && "!text-primary"
132
133
- hideArrow
134
135
{activeSection === key && (
136
<motion.div
0 commit comments