Skip to content

Commit

Permalink
deleting tag
Browse files Browse the repository at this point in the history
  • Loading branch information
karlavasquez8 committed Apr 19, 2024
1 parent 30dfc58 commit 545640c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/nextjs/app/challenge/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,9 @@ const PageView: React.FC = () => {
</pre>
),
code: ({ children }) => (
<div className="max-w-[500px] sm:w-[300px] ">
<code className="text-sm rounded bg-secondary-content text-secondary max-w-[500px] px-[4px] sm:text-xs leading-7">
{children}
</code>
</div>
<code className="text-sm rounded bg-secondary-content text-secondary max-w-[500px] px-[4px] sm:text-xs leading-7">
{children}
</code>
),
blockquote: ({ children }) => (
<blockquote className="text-justify sm:text-xs leading-7">
Expand Down

0 comments on commit 545640c

Please sign in to comment.