Skip to content

Commit

Permalink
fix(nxdev): lower case property alias (#13823)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Dec 14, 2022
1 parent 315bf0c commit 37135ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const ParameterView = (props: {
{props.alias && (
<span
data-tooltip="Property alias"
className="relative -top-0.5 inline-flex rounded-md px-2 text-xs font-semibold uppercase leading-5 dark:bg-slate-700"
className="relative -top-0.5 inline-flex rounded-md px-2 text-xs font-semibold leading-5 dark:bg-slate-700"
>
{props.alias}
</span>
Expand Down

1 comment on commit 37135ae

@vercel
Copy link

@vercel vercel bot commented on 37135ae Dec 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx.dev

Please sign in to comment.