feat(ui): make the intention of the select folder button clearer in Onboarding

This commit is contained in:
Brian McGee
2025-08-26 10:44:42 +01:00
parent 648aa7dc59
commit 43a39267f3

View File

@@ -163,7 +163,7 @@ const welcome = (props: {
loading={loading()}
onClick={selectFolder}
>
Select folder
Select existing Clan
</Button>
</div>
);