link to event-types in settings to fix cal.com usage (#6348)

This commit is contained in:
Peer Richelsen 2023-01-09 13:15:10 +01:00 committed by GitHub
parent 97e33bdd7e
commit d275930732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,8 +118,7 @@ const useTabs = () => {
const BackButtonInSidebar = ({ name }: { name: string }) => {
return (
<Link
href="/."
target="_self"
href="/event-types"
className="group my-6 flex h-6 max-h-6 w-64 flex-row items-center rounded-md py-2 px-3 text-sm font-medium leading-4 text-black hover:bg-gray-100 group-hover:text-gray-700 [&[aria-current='page']]:bg-gray-200 [&[aria-current='page']]:text-gray-900"
data-testid={`vertical-tab-${name}`}>
<Icon.FiArrowLeft className="h-4 w-4 stroke-[2px] ltr:mr-[10px] rtl:ml-[10px] md:mt-0" />