Tab instead space

This commit is contained in:
Vyacheslav Scherbinin 2025-03-05 21:25:11 +07:00
parent c83d0a95b7
commit b0c710aa92
2 changed files with 2 additions and 2 deletions

View File

@ -384,7 +384,7 @@ export const AddTemplate = ({ projectId }: Props) => {
>
<span>
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>
</TooltipContent>
</Tooltip>

View File

@ -37,7 +37,7 @@ export const BreadcrumbSidebar = ({ list }: Props) => {
)}
</BreadcrumbLink>
</BreadcrumbItem>
{_index + 1 < list.length && <BreadcrumbSeparator className="block" />}
{_index + 1 < list.length && <BreadcrumbSeparator className="block" />}
</Fragment>
))}
</BreadcrumbList>