Skip to content

Commit

Permalink
Merge pull request #59 from shehan360/change-breadcrumb-ballerinax
Browse files Browse the repository at this point in the history
Change breaadcrumb for ballerinax
  • Loading branch information
Shehan Avishka Panditharatne authored Feb 9, 2021
2 parents ca7d12d + 98da655 commit 9c2b541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docerina-ui/src/component/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const Layout = (props) => {
<div id="main">
{props.pageType != "packageIndex" && props.pageType != "404" &&
<div className="ui breadcrumb">
{props.match.params.orgName == "ballerina" &&
{(props.match.params.orgName == "ballerina" || props.match.params.orgName == "ballerinax") &&
<>
<Link to="/" className="section">Packages</Link>
<i className="right angle icon divider"></i>
Expand Down

0 comments on commit 9c2b541

Please sign in to comment.