small ui changes
This commit is contained in:
@@ -113,6 +113,15 @@ function getHistorySteps(isMobile: boolean): DriveStep[] {
|
||||
|
||||
function getSettingsSteps(isMobile: boolean): DriveStep[] {
|
||||
return [
|
||||
{
|
||||
element: '#tour-edit-profile',
|
||||
popover: {
|
||||
title: 'Edit Your Profile',
|
||||
description: 'Tap the pencil icon to change your display name or profile photo.',
|
||||
side: isMobile ? 'bottom' : 'bottom',
|
||||
align: 'center',
|
||||
},
|
||||
},
|
||||
{
|
||||
element: '#tour-theme-switcher',
|
||||
popover: {
|
||||
|
||||
Reference in New Issue
Block a user