From 3115a37837edbcaa44a069032bbdcbedc2ad4731 Mon Sep 17 00:00:00 2001 From: Ionut-Cristian Florescu Date: Tue, 26 Nov 2024 17:44:28 +0200 Subject: [PATCH 1/4] Docs website: add omicsstudio --- README.md | 4 ++-- components/AppWrapper.tsx | 4 ++-- ...PackageUsers.module.css => TrustedBy.module.css} | 0 components/{PackageUsers.tsx => TrustedBy.tsx} | 13 +++++++++---- public/users/omicsstudio-dark.svg | 1 + public/users/omicsstudio-light.svg | 1 + 6 files changed, 15 insertions(+), 8 deletions(-) rename components/{PackageUsers.module.css => TrustedBy.module.css} (100%) rename components/{PackageUsers.tsx => TrustedBy.tsx} (94%) create mode 100644 public/users/omicsstudio-dark.svg create mode 100644 public/users/omicsstudio-light.svg diff --git a/README.md b/README.md index 4241e8252..03950a294 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The [lightweight](https://bundlephobia.com/package/mantine-datatable), dependenc > _Thank you for the wonderful, useful, and beautiful DataTable that has allowed me to create several applications without any problem 👏_ -Mantine DataTable is used by developers and companies around the world, such as: [SegmentX](https://segmentx.ai), [Namecheap](https://www.namecheap.com/), [EasyWP](https://www.easywp.com/), [Aquarino](https://www.aquarino.com.br/), [Dera](https://getdera.com/), [kapa.ai](https://kapa.ai/), [exdatis.ai](https://exdatis.ai/), [teachfloor](https://www.teachfloor.com/), [MARKUP](https://www.getmarkup.com/), [BookieBase](https://bookiebase.ie/), [zipline](https://zipline.diced.tech/), [Pachtop](https://github.com/pacholoamit/pachtop), [Ganymede](https://github.com/Zibbp/ganymede), [COH3 Stats](https://coh3stats.com/), [Culver City Rental Registry](https://www.ccrentals.org/) and many more. +Mantine DataTable is used by developers and companies around the world, such as: [Namecheap](https://www.namecheap.com/), [EasyWP](https://www.easywp.com/), [CodeParrot.AI](https://codeparrot.ai), [OmicsStudio](https://omicsstudio.com), [SegmentX](https://segmentx.ai), [Aquarino](https://www.aquarino.com.br/), [Dera](https://getdera.com/), [kapa.ai](https://kapa.ai/), [exdatis.ai](https://exdatis.ai/), [teachfloor](https://www.teachfloor.com/), [MARKUP](https://www.getmarkup.com/), [BookieBase](https://bookiebase.ie/), [zipline](https://zipline.diced.tech/), [Pachtop](https://github.com/pacholoamit/pachtop), [Ganymede](https://github.com/Zibbp/ganymede), [COH3 Stats](https://coh3stats.com/), [Culver City Rental Registry](https://www.ccrentals.org/) and many more. If you're using Mantine DataTable in your project, please drop me a line at the email address listed in my [GitHub profile](https://github.com/icflorescu) and I'll be happy to add it to the list and on the [documentation website](https://icflorescu.github.io/mantine-datatable/). @@ -56,7 +56,7 @@ Visit [icflorescu.github.io/mantine-datatable](https://icflorescu.github.io/mant ## Mantine DataTable AI Bot -[Mantine DataTable AI Bot](https://codeparrot.ai/oracle?owner=icflorescu&repo=mantine-datatable), kindly provided by [CodeParrot](https://codeparrot.ai), will help you understand this repository better. You can ask for code examples, installation guide, debugging help and much more. +[Mantine DataTable AI Bot](https://codeparrot.ai/oracle?owner=icflorescu&repo=mantine-datatable), kindly provided by [CodeParrot.AI](https://codeparrot.ai), will help you understand this repository better. You can ask for code examples, installation guide, debugging help and much more. ## Quickstart diff --git a/components/AppWrapper.tsx b/components/AppWrapper.tsx index 4b0e11541..5ed549613 100644 --- a/components/AppWrapper.tsx +++ b/components/AppWrapper.tsx @@ -7,7 +7,7 @@ import classes from './AppWrapper.module.css'; import { Footer } from './Footer'; import { Header } from './Header'; import { Navbar } from './Navbar'; -import { PackageUsers } from './PackageUsers'; +import { TrustedBy } from './TrustedBy'; export function AppWrapper({ children }: React.PropsWithChildren) { const [navbarExpanded, { toggle: toggleNavbar, close: collapseNavbar }] = useDisclosure(false); @@ -28,7 +28,7 @@ export function AppWrapper({ children }: React.PropsWithChildren) {
{children} - +