diff --git a/.eslintignore b/.eslintignore index d7a04f48d5f3..6e12fb99d486 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,6 +3,7 @@ __mocks__ dist node_modules .yarn +.history build coverage jest.config.js diff --git a/.gitignore b/.gitignore index 0a2618884925..334b8520c8e4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.iml *.code-workspace .changelog +.history node_modules .yarn diff --git a/website/src/data/showcase/novu-docs.png b/website/src/data/showcase/novu-docs.png index 14db47eeb4a1..adefc4181033 100644 Binary files a/website/src/data/showcase/novu-docs.png and b/website/src/data/showcase/novu-docs.png differ diff --git a/website/src/data/showcase/pincman.png b/website/src/data/showcase/pincman.png new file mode 100644 index 000000000000..133b8ca91f82 Binary files /dev/null and b/website/src/data/showcase/pincman.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 15d6dc39553f..bc01cb8e45c7 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -1258,8 +1258,7 @@ const Users: User[] = [ }, { title: 'Novu', - description: - 'The open-source notification infrastructure for developers', + description: 'The open-source notification infrastructure for developers', preview: require('./showcase/novu-docs.png'), website: 'https://docs.novu.co/', source: 'https://github.com/novuhq/novu', @@ -1421,6 +1420,14 @@ const Users: User[] = [ source: null, tags: ['favorite', 'product', 'design'], }, + { + title: "pincman's website", + description: 'A very good full stack development teaching website', + preview: require('./showcase/pincman.png'), + website: 'https://pincman.com/', + source: 'https://github.com/rowfishjs/rowfish', + tags: ['opensource', 'design', 'personal'], + }, { title: 'Pipeline UI', description: 'Pipeline UI Documentation',