added driverjs onboarding
This commit is contained in:
@@ -29,6 +29,7 @@ export default function BottomNav() {
|
||||
{/* History */}
|
||||
<button
|
||||
type="button"
|
||||
id="tour-nav-history"
|
||||
className={`bottom-nav-btn ${isActive('/history') ? 'bottom-nav-btn-active' : ''}`}
|
||||
onClick={() => navigate('/history')}
|
||||
aria-label="History"
|
||||
@@ -44,6 +45,7 @@ export default function BottomNav() {
|
||||
{/* Settings */}
|
||||
<button
|
||||
type="button"
|
||||
id="tour-nav-settings"
|
||||
className={`bottom-nav-btn ${isActive('/settings') ? 'bottom-nav-btn-active' : ''}`}
|
||||
onClick={() => navigate('/settings')}
|
||||
aria-label="Settings"
|
||||
|
||||
Reference in New Issue
Block a user