Skip to content

Commit

Permalink
pushed solved error
Browse files Browse the repository at this point in the history
  • Loading branch information
teslasdev committed Nov 26, 2024
1 parent ff300bb commit d4050f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/using-zcash/shielded-pools/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default async function Page({ params }: { params: { slug: string } }) {

<section className='h-auto w-full border-t-2 md:border-l-2 px-3'>
<div>
<MdxComponent source={content} />
<MdxComponent source={content} slug={slug[1]} />
</div>
</section>
</div>
Expand Down

0 comments on commit d4050f7

Please sign in to comment.