Skip to content

Commit

Permalink
fix: code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemikolh committed Sep 2, 2024
1 parent a9bfae8 commit 3214499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Panels/PreviewPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function Preview({ preview, iframe, previewCount, first, last, toggleTerminal, i
title={i18n.reloadPreviewTitle}
className="panel-button rounded-full p-1.5 -my-1.5 -ml-2"
>
<div className="panel-icon i-ph-arrow-clockwise-duotone"></div>
<div className="panel-icon i-ph-arrow-clockwise"></div>
</button>
<span className="text-sm truncate">{previewTitle(preview, previewCount, i18n)}</span>
</div>
Expand Down

0 comments on commit 3214499

Please sign in to comment.