Skip to content

Commit 9f0eafc

Browse files
authored
Merge pull request #673 from icflorescu/next
Next
2 parents db48659 + 9b31f13 commit 9f0eafc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/PackageUsers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const USERS: {
8585
name: 'Pachtop',
8686
showText: true,
8787
logo: { base: 'pachtop', ext: 'png', scale: 84, shift: 5 },
88-
link: 'https://github.com/pacholoamit/pachtop',
88+
link: 'https://pachtop.com',
8989
shift: 0.25,
9090
},
9191
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-datatable",
3-
"version": "7.14.2",
3+
"version": "7.14.3",
44
"description": "The lightweight, dependency-free, dark-theme aware table component for your Mantine UI data-rich applications, featuring asynchronous data loading support, pagination, intuitive Gmail-style additive batch rows selection, column sorting, custom cell data rendering, row expansion, nesting, context menus, and much more",
55
"keywords": [
66
"mantine",

0 commit comments

Comments
 (0)