Skip to content

Commit

Permalink
Update import warning (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite authored Feb 24, 2025
1 parent 58d3dcd commit d9a3f0c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ const LoadWarning: StepComponent = ({ props, variant }) => {

const renderHeader = () => (
<div className="flex flex-row items-center gap-2">
<Icons.InfoCircled className="w-5 h-5" />
<CardTitle>{'Before you proceed'}</CardTitle>
<Icons.ExclamationTriangle className="w-5 h-5" />
<CardTitle>{'Warning: Save your progress'}</CardTitle>
</div>
);

const renderContent = () => (
<p>
Onlook works by making changes to your project.
Onlook will make code changes to your project.
<br />
Be sure to save your progress before importing.
Please save your progress before importing.
</p>
);

Expand Down

0 comments on commit d9a3f0c

Please sign in to comment.