feat: skip onboarding

This commit is contained in:
Jannat Patel
2022-12-20 11:34:56 +05:30
4 changed files with 40 additions and 40 deletions

View File

@@ -1911,3 +1911,10 @@ select {
text-decoration: none;
color: inherit;
}
.onboarding-skip {
font-size: var(--text-sm);
float: right;
cursor: pointer;
margin-right: 1rem;
}