mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix onboarding text
This commit is contained in:
@@ -55,8 +55,8 @@ export function Onboarding() {
|
|||||||
<div className="space-y-5">
|
<div className="space-y-5">
|
||||||
<div className="space-y-3">
|
<div className="space-y-3">
|
||||||
<Title title={getStepTitle()} />
|
<Title title={getStepTitle()} />
|
||||||
<Description description="OpenCut started just one month ago. There's still a ton of things to do to make this editor amazing." />
|
<Description description="There's still a ton of things to do to make this editor amazing." />
|
||||||
<Description description="A lot of features are still missing, like the export functionality. We're working hard to build them out!" />
|
<Description description="A lot of features are still missing. We're working hard to build them out!" />
|
||||||
<Description description="If you're curious, check out our roadmap [here](https://opencut.app/roadmap)" />
|
<Description description="If you're curious, check out our roadmap [here](https://opencut.app/roadmap)" />
|
||||||
</div>
|
</div>
|
||||||
<NextButton onClick={handleNext}>Next</NextButton>
|
<NextButton onClick={handleNext}>Next</NextButton>
|
||||||
@@ -85,9 +85,7 @@ export function Onboarding() {
|
|||||||
<DialogTitle>
|
<DialogTitle>
|
||||||
<span className="sr-only">{getStepTitle()}</span>
|
<span className="sr-only">{getStepTitle()}</span>
|
||||||
</DialogTitle>
|
</DialogTitle>
|
||||||
<DialogBody>
|
<DialogBody>{renderStepContent()}</DialogBody>
|
||||||
{renderStepContent()}
|
|
||||||
</DialogBody>
|
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user