mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Tab instead space
This commit is contained in:
parent
c83d0a95b7
commit
b0c710aa92
@ -384,7 +384,7 @@ export const AddTemplate = ({ projectId }: Props) => {
|
|||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
If no server is selected, the application will be
|
If no server is selected, the application will be
|
||||||
deployed on the server where the user is logged in.
|
deployed on the server where the user is logged in.
|
||||||
</span>
|
</span>
|
||||||
</TooltipContent>
|
</TooltipContent>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
@ -37,7 +37,7 @@ export const BreadcrumbSidebar = ({ list }: Props) => {
|
|||||||
)}
|
)}
|
||||||
</BreadcrumbLink>
|
</BreadcrumbLink>
|
||||||
</BreadcrumbItem>
|
</BreadcrumbItem>
|
||||||
{_index + 1 < list.length && <BreadcrumbSeparator className="block" />}
|
{_index + 1 < list.length && <BreadcrumbSeparator className="block" />}
|
||||||
</Fragment>
|
</Fragment>
|
||||||
))}
|
))}
|
||||||
</BreadcrumbList>
|
</BreadcrumbList>
|
||||||
|
Loading…
Reference in New Issue
Block a user