Skip to content

Commit

Permalink
add glip
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKeshri committed Jul 26, 2024
1 parent e4642fc commit d9e8564
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: "Glip",
category: "Collaboration Tools",
description: "Glip is a collaborative platform designed for teams to communicate, manage projects, and streamline workflows effectively.",
image: "https://img.utdstc.com/icon/5dc/193/5dc1931ffa409f64bd7c56c5e9bdb5fc13aa04a740fdfb39c4995eba9e9a06b5:200",
releaseDate: "2014-05-15"
},
];
const Collaboration = () => {
return (
Expand Down

0 comments on commit d9e8564

Please sign in to comment.