diff --git a/src/components/projects/Project.js b/src/components/projects/Project.js
index 4eed850..83ca602 100644
--- a/src/components/projects/Project.js
+++ b/src/components/projects/Project.js
@@ -32,8 +32,8 @@ const Project = () => {
diff --git a/src/components/projects/allProjects/SlideData.js b/src/components/projects/allProjects/SlideData.js
index 21a3378..7ab798a 100644
--- a/src/components/projects/allProjects/SlideData.js
+++ b/src/components/projects/allProjects/SlideData.js
@@ -142,7 +142,7 @@ const SliderData = [
org_name: "Auto DL",
title: "Auto-DL",
Ideas: [
- "Please look at the issues sections"
+ "Please look at the issues in the repository and resolve them"
],
mentors: [
{ name: "Aditya Srivastava", email: "adi@auto-dl.tech" }],
@@ -154,7 +154,7 @@ const SliderData = [
org_name: "Auto DL",
title: "AutoDL Website",
Ideas: [
- "Please look at the issues sections"
+ "Please look at the issues in the repository and resolve them"
],
mentors: [
{ name: "Aditya Srivastava", email: "adi@auto-dl.tech" }],
@@ -166,7 +166,7 @@ const SliderData = [
org_name: "Auto DL",
title: "Recommendation System ",
Ideas: [
- "Please look at the issues sections"
+ "Please look at the issues in the repository and resolve them"
],
mentors: [
{ name: "Aditya Srivastava", email: "adi@auto-dl.tech" }],
@@ -178,7 +178,7 @@ const SliderData = [
org_name: "Auto DL",
title: "Deployment-Flask",
Ideas: [
- "Please look at the issues sections"
+ "Please look at the issues in the repository and resolve them"
],
mentors: [
{ name: "Aditya Srivastava", email: "adi@auto-dl.tech" }],
@@ -190,7 +190,7 @@ const SliderData = [
org_name: "Auto DL",
title: "k8s-deployment",
Ideas: [
- "Please look at the issues sections"
+ "Please look at the issues in the repository and resolve them"
],
mentors: [
{ name: "Aditya Srivastava", email: "adi@auto-dl.tech" }],
@@ -239,8 +239,7 @@ const SliderData = [
'Write a blog on - "What is neural search and how does Jina use neural search?"',
],
mentors: [
- { name: "Liyas Thomas", email: "liyascthomas@gmail.com" },
- {name : "Andrew Bastin" , email : "andrewbastin.k@gmail.com"}],
+ { name: "--", email: null}],
repo_link: "https://github.com/jina-ai/jina/issues/3643",
org_img: jina,
tags: "all doc",
diff --git a/src/components/projects/allProjects/grid.css b/src/components/projects/allProjects/grid.css
index ca81f02..11f2d6e 100644
--- a/src/components/projects/allProjects/grid.css
+++ b/src/components/projects/allProjects/grid.css
@@ -10,7 +10,7 @@
}
.ideas a{
color:white;
- font-size:0.6em;
+ font-size:1em;
}
.main_item {
display: flex;