Skip to content

Commit

Permalink
Update src/components/RollupProductDevDoc.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
pettinarip authored Nov 4, 2024
1 parent 51de9c1 commit 2b349de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RollupProductDevDoc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const RollupProductDevDoc = ({ rollupType }: RollupProductDevDocProps) => {
{name}
</h4>
{noteKey.length > 0 && (
<p>
<p className="mb-4">
* <Translation id={`page-layer-2:${noteKey}`} />
</p>
)}
Expand Down

0 comments on commit 2b349de

Please sign in to comment.