mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 14:39:34 +02:00
feat: make tool responsive
This commit is contained in:
@@ -14,7 +14,7 @@ interface BreadcrumbComponentProps {
|
||||
const ToolBreadcrumb: React.FC<BreadcrumbComponentProps> = ({ items }) => {
|
||||
const theme = useTheme();
|
||||
return (
|
||||
<Breadcrumbs aria-label="breadcrumb">
|
||||
<Breadcrumbs>
|
||||
{items.map((item, index) => {
|
||||
if (index === items.length - 1 || !item.link) {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user