Skip to content

Commit 7569ab9

Browse files
committed
Fix: By default profile tab showing active when user is on the home page
1 parent 7b6da90 commit 7569ab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/dashboard/components/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'url' => wp_logout_url( home_url() ),
2424
);
2525

26-
$active_nav = 'profile';
26+
$active_nav = '';
2727
$user_id = get_current_user_id();
2828
$display_name = tutor_utils()->display_name( $user_id );
2929
?>

0 commit comments

Comments
 (0)