Skip to content

Commit

Permalink
Merge pull request #124 from SpaceyaTech/add-colabs-cover
Browse files Browse the repository at this point in the history
add colabs cover
  • Loading branch information
sonylomo authored Jan 31, 2024
2 parents 7e957f4 + 2920323 commit a8ce0ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/APP/pages/products2/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import {
js,
laravel,
mentorlst,
colabs,
notion,
python,
react,
Expand All @@ -46,7 +47,7 @@ export const products = [
{
name: "Colabs",
desc: "An open-source directory with beginner-friendly open-source projects across all technologies and tech stacks. Browse through hundreds of projects or list your open-source projects and onboard contributors.",
img: mentorlst,
img: colabs,
link: "https://spaceyatech.github.io/CoLabs/",
},
// {
Expand Down
Binary file added src/assets/images/products/colabs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/images/products/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import mentorlst from "./mentorlst.png";
import colabs from "./colabs.png";
import innovation from "./innovation.mp4";

import figma from "./stacks/figma.png";
Expand All @@ -24,6 +25,7 @@ import kubernetes from "./stacks/kubernetes.png";
export {
mentorlst,
innovation,
colabs,
figma,
notion,
whimsical,
Expand Down

0 comments on commit a8ce0ba

Please sign in to comment.