Skip to content

Commit ed894e4

Browse files
committed
🚀 feat(docs): add Mantine Json Tree to ecosystem list
- Add Mantine Json Tree entry with newWindow and new flags - Remove unused new flag from Mantine Clock entry to keep data consistent
1 parent 9790b80 commit ed894e4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/components/Footer/ecosystem.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ export const ecosystem = [
44
title: 'Mantine Clock',
55
href: 'https://gfazioli.github.io/mantine-clock',
66
newWindow: true,
7-
new: true,
87
},
98
{
109
key: 'mantine-flip',
1110
title: 'Mantine Flip',
1211
href: 'https://gfazioli.github.io/mantine-flip',
1312
newWindow: true,
1413
},
14+
{
15+
key: 'mantine-json-tree',
16+
title: 'Mantine Json Tree',
17+
href: 'https://gfazioli.github.io/mantine-json-tree',
18+
newWindow: true,
19+
new: true,
20+
},
1521
{
1622
key: 'mantine-list-view-table',
1723
title: 'Mantine List View Table',

0 commit comments

Comments
 (0)