Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Jul 4, 2022
1 parent c1b8416 commit 6385b8c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.iml
*.code-workspace
.changelog
.history

node_modules
.yarn
Expand Down
Binary file modified website/src/data/showcase/novu-docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/src/data/showcase/pincman.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 9 additions & 10 deletions website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ export type TagType =
// Add your site to this list
// prettier-ignore
const Users: User[] = [
{
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/rowfis',
tags: ['opensource','design','personal'],
},
{
title: 'AgileTs',
description: 'Global State and Logic Framework for reactive Applications',
Expand Down Expand Up @@ -1266,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',
Expand Down Expand Up @@ -1429,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',
Expand Down

0 comments on commit 6385b8c

Please sign in to comment.