File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 9
9
LogoutIcon ,
10
10
PuzzleIcon ,
11
11
MoonIcon ,
12
+ MapIcon ,
12
13
} from "@heroicons/react/solid" ;
13
14
import { signOut , useSession } from "next-auth/react" ;
14
15
import Link from "next/link" ;
@@ -466,6 +467,15 @@ function UserDropdown({ small }: { small?: boolean }) {
466
467
{ t ( "join_our_slack" ) }
467
468
</ a >
468
469
</ DropdownMenuItem >
470
+ < DropdownMenuItem >
471
+ < a
472
+ target = "_blank"
473
+ rel = "noopener noreferrer"
474
+ href = "https://cal.com/roadmap"
475
+ className = "flex items-center px-4 py-2 text-sm text-gray-700" >
476
+ < MapIcon className = "w-5 h-5 mr-3 text-gray-500" /> { t ( "visit_roadmap" ) }
477
+ </ a >
478
+ </ DropdownMenuItem >
469
479
< HelpMenuItemDynamic />
470
480
< DropdownMenuSeparator className = "h-px bg-gray-200" />
471
481
< DropdownMenuItem >
Original file line number Diff line number Diff line change 594
594
"saml_configuration_placeholder" : " Please paste the SAML metadata from your Identity Provider here" ,
595
595
"saml_configuration_update_failed" : " SAML configuration update failed" ,
596
596
"saml_configuration_delete_failed" : " SAML configuration delete failed" ,
597
- "saml_email_required" : " Please enter an email so we can find your SAML Identity Provider"
597
+ "saml_email_required" : " Please enter an email so we can find your SAML Identity Provider" ,
598
+ "visit_roadmap" : " Roadmap"
598
599
}
You can’t perform that action at this time.
0 commit comments