added roadmap link in dropdown (#1510)
* added roadmap link in dropdown * Update public/static/locales/en/common.json Co-authored-by: Bailey Pumfleet <pumfleet@hey.com> Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
This commit is contained in:
		
							parent
							
								
									9921b76da0
								
							
						
					
					
						commit
						5e8a80001d
					
				
					 2 changed files with 12 additions and 1 deletions
				
			
		|  | @ -9,6 +9,7 @@ import { | ||||||
|   LogoutIcon, |   LogoutIcon, | ||||||
|   PuzzleIcon, |   PuzzleIcon, | ||||||
|   MoonIcon, |   MoonIcon, | ||||||
|  |   MapIcon, | ||||||
| } from "@heroicons/react/solid"; | } from "@heroicons/react/solid"; | ||||||
| import { signOut, useSession } from "next-auth/react"; | import { signOut, useSession } from "next-auth/react"; | ||||||
| import Link from "next/link"; | import Link from "next/link"; | ||||||
|  | @ -466,6 +467,15 @@ function UserDropdown({ small }: { small?: boolean }) { | ||||||
|             {t("join_our_slack")} |             {t("join_our_slack")} | ||||||
|           </a> |           </a> | ||||||
|         </DropdownMenuItem> |         </DropdownMenuItem> | ||||||
|  |         <DropdownMenuItem> | ||||||
|  |           <a | ||||||
|  |             target="_blank" | ||||||
|  |             rel="noopener noreferrer" | ||||||
|  |             href="https://cal.com/roadmap" | ||||||
|  |             className="flex items-center px-4 py-2 text-sm text-gray-700"> | ||||||
|  |             <MapIcon className="w-5 h-5 mr-3 text-gray-500" /> {t("visit_roadmap")} | ||||||
|  |           </a> | ||||||
|  |         </DropdownMenuItem> | ||||||
|         <HelpMenuItemDynamic /> |         <HelpMenuItemDynamic /> | ||||||
|         <DropdownMenuSeparator className="h-px bg-gray-200" /> |         <DropdownMenuSeparator className="h-px bg-gray-200" /> | ||||||
|         <DropdownMenuItem> |         <DropdownMenuItem> | ||||||
|  |  | ||||||
|  | @ -594,5 +594,6 @@ | ||||||
|   "saml_configuration_placeholder": "Please paste the SAML metadata from your Identity Provider here", |   "saml_configuration_placeholder": "Please paste the SAML metadata from your Identity Provider here", | ||||||
|   "saml_configuration_update_failed": "SAML configuration update failed", |   "saml_configuration_update_failed": "SAML configuration update failed", | ||||||
|   "saml_configuration_delete_failed": "SAML configuration delete failed", |   "saml_configuration_delete_failed": "SAML configuration delete failed", | ||||||
|   "saml_email_required": "Please enter an email so we can find your SAML Identity Provider" |   "saml_email_required": "Please enter an email so we can find your SAML Identity Provider", | ||||||
|  |   "visit_roadmap": "Roadmap" | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Peer Richelsen
						Peer Richelsen