File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -383,9 +383,8 @@ export const AddTemplate = ({ projectId }: Props) => {
383383 side = "top"
384384 >
385385 < span >
386- If ot server is selected, the application
387- will be deployed on the server where the
388- user is logged in.
386+ If no server is selected, the application will be
387+ deployed on the server where the user is logged in.
389388 </ span >
390389 </ TooltipContent >
391390 </ Tooltip >
Original file line number Diff line number Diff line change @@ -1055,10 +1055,6 @@ export default function Page({ children }: Props) {
10551055 </ Link >
10561056 </ BreadcrumbLink >
10571057 </ BreadcrumbItem >
1058- < BreadcrumbSeparator className = "block" />
1059- < BreadcrumbItem >
1060- < BreadcrumbPage > { activeItem ?. title } </ BreadcrumbPage >
1061- </ BreadcrumbItem >
10621058 </ BreadcrumbList >
10631059 </ Breadcrumb >
10641060 </ div >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const BreadcrumbSidebar = ({ list }: Props) => {
3737 ) }
3838 </ BreadcrumbLink >
3939 </ BreadcrumbItem >
40- < BreadcrumbSeparator className = "block" />
40+ { _index + 1 < list . length && < BreadcrumbSeparator className = "block" /> }
4141 </ Fragment >
4242 ) ) }
4343 </ BreadcrumbList >
You can’t perform that action at this time.
0 commit comments