Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jan 17, 2024
1 parent eb21c91 commit 2510b7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/doc/breadcrumb/routerdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ export function RouterDoc(props) {
{ label: 'Form' },
{
label: 'InputText',
template: () => <Link href="/inputtext"><a className="text-primary font-semibold">InputText</a></Link>
template: () => (
<Link href="/inputtext">
<a className="text-primary font-semibold">InputText</a>
</Link>
)
}
];
const home = { icon: 'pi pi-home', url: 'https://primereact.org' };
Expand Down

1 comment on commit 2510b7e

@vercel
Copy link

@vercel vercel bot commented on 2510b7e Jan 17, 2024

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:

primereact – ./

primereact-primetek.vercel.app
primereact-git-prod-primetek.vercel.app
primereact.org

Please sign in to comment.