Skip to content

Commit

Permalink
added url to event-types preview (calcom#1420)
Browse files Browse the repository at this point in the history
* added url to event-types preview

* wip

* wip
  • Loading branch information
PeerRich authored Jan 6, 2022
1 parent 46df4c0 commit 8a70ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/event-types/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ const EventTypeList = ({ readOnly, types, profile }: EventTypeListProps): JSX.El
className="flex-grow text-sm truncate"
title={`${type.title} ${type.description ? `– ${type.description}` : ""}`}>
<div>
<span className="font-medium truncate text-neutral-900">{type.title}</span>
<span className="font-medium truncate text-neutral-900">{type.title} </span>
<small className="text-neutral-500">{`/${profile.slug}/${type.slug}`}</small>
{type.hidden && (
<span className="ml-2 inline items-center px-1.5 py-0.5 rounded-sm text-xs font-medium bg-yellow-100 text-yellow-800">
{t("hidden")}
Expand Down

0 comments on commit 8a70ea6

Please sign in to comment.