Skip to content

Commit

Permalink
add nTask
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKeshri committed Jul 26, 2024
1 parent e4642fc commit 69afa66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/pages/Collaboration.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ const movies = [
image: "https://i.ibb.co/z8KTr7D/download.jpg",
releaseDate: "2023-8-1"
},
{
title: "nTask",
category: "Collaboration Tools",
description: "nTask is a project management and collaboration tool that helps teams manage tasks, projects, and workflows efficiently.",
image: "https://www.ntaskmanager.com/wp-content/uploads/2022/05/nTask-Logo-Vertical.svg",
releaseDate: "2015-07-01"
}
];
const Collaboration = () => {
return (
Expand Down

0 comments on commit 69afa66

Please sign in to comment.