diff --git a/apps/web/public/images/home/report1.png b/apps/web/public/images/home/report1.png
index f296484f..fc0b069b 100644
Binary files a/apps/web/public/images/home/report1.png and b/apps/web/public/images/home/report1.png differ
diff --git a/apps/web/public/images/questionnaire/OSSUMMIT@en.png b/apps/web/public/images/questionnaire/OSSUMMIT@en.png
new file mode 100644
index 00000000..d1a09fb6
Binary files /dev/null and b/apps/web/public/images/questionnaire/OSSUMMIT@en.png differ
diff --git a/apps/web/public/images/questionnaire/OSSUMMIT@zh.png b/apps/web/public/images/questionnaire/OSSUMMIT@zh.png
new file mode 100644
index 00000000..c509c352
Binary files /dev/null and b/apps/web/public/images/questionnaire/OSSUMMIT@zh.png differ
diff --git a/apps/web/public/images/questionnaire/close@2x.png b/apps/web/public/images/questionnaire/close@2x.png
index 47c84b9c..945cae30 100644
Binary files a/apps/web/public/images/questionnaire/close@2x.png and b/apps/web/public/images/questionnaire/close@2x.png differ
diff --git a/apps/web/src/common/components/Questionnaire.tsx b/apps/web/src/common/components/Questionnaire.tsx
index adbdc4de..57964801 100644
--- a/apps/web/src/common/components/Questionnaire.tsx
+++ b/apps/web/src/common/components/Questionnaire.tsx
@@ -11,12 +11,12 @@ const Questionnaire = () => {
return (
{
/>
{
setClose(true);
}}
@@ -46,7 +46,43 @@ const Questionnaire = () => {
);
}
- return null;
+ return (
+
+
+
+
+ {
+ setClose(true);
+ }}
+ >
+
+
+
+ );
};
export default Questionnaire;
diff --git a/apps/web/src/modules/home/LatestNews/DatePicker.tsx b/apps/web/src/modules/home/LatestNews/DatePicker.tsx
index 0955e9c9..98ca084d 100644
--- a/apps/web/src/modules/home/LatestNews/DatePicker.tsx
+++ b/apps/web/src/modules/home/LatestNews/DatePicker.tsx
@@ -13,7 +13,7 @@ const DatePicker = () => {
const [anchorEl, setAnchorEl] = useState(null);
const popoverRef = useRef(null);
- const bookedDays = [new Date(2023, 7, 23)];
+ const bookedDays = [new Date(2023, 8, 21)];
const bookedStyle = { border: '2px solid #3A5BEF', borderRadius: 'none' };
useClickAway(popoverRef, () => {
@@ -44,8 +44,10 @@ const DatePicker = () => {
>
- Compass围炉夜话——“开源”LLMs是不是真开源
-
19:30 (UTC-8)
+ Compass Talk——Open Source Summit Europe 2023
+
+ 11:00 - 11:40 (UTC+2)
+
diff --git a/apps/web/src/modules/home/LatestNews/NewsData.json b/apps/web/src/modules/home/LatestNews/NewsData.json
index 8761e61c..bcb07cf5 100644
--- a/apps/web/src/modules/home/LatestNews/NewsData.json
+++ b/apps/web/src/modules/home/LatestNews/NewsData.json
@@ -9,10 +9,10 @@
},
{
"type": "Report",
- "title": "Explore Compass Lab, take you easy to create the open source LLMs project evaluation model!",
- "title_cn": "探秘Compass实验室,带你轻松玩转开源LLMs项目评估模型!",
+ "title": "OSS Compass at OSS EU 2023",
+ "title_cn": "OSS Compass参加2023欧洲开源峰会",
"img": "/images/home/report1.png",
- "url": "/blog/explore-compass-lab"
+ "url": "/blog/compass-at-oss-eu"
},
{
"type": "Event",
diff --git a/apps/web/src/pages/index.tsx b/apps/web/src/pages/index.tsx
index 0d6061e2..007f5eb4 100644
--- a/apps/web/src/pages/index.tsx
+++ b/apps/web/src/pages/index.tsx
@@ -40,7 +40,7 @@ const Home: React.FC = (props) => {
- {/* */}
+