Spaces:
Sleeping
Sleeping
Tristan Yu commited on
Commit ·
3981db2
1
Parent(s): 28516a6
copy: simplify Group Doc subheader
Browse files
client/src/pages/TutorialTasks.tsx
CHANGED
|
@@ -1150,12 +1150,15 @@ const TutorialTasks: React.FC = () => {
|
|
| 1150 |
<div className="text-gray-900 leading-relaxed text-lg font-smiley whitespace-pre-wrap">{renderFormatted(tutorialWeek.translationBrief || '')}</div>
|
| 1151 |
)}
|
| 1152 |
|
| 1153 |
-
{/* Group Google Doc (
|
| 1154 |
-
<div className="mt-6
|
| 1155 |
-
<div className="
|
| 1156 |
-
<h4 className="text-
|
|
|
|
| 1157 |
</div>
|
|
|
|
| 1158 |
<GroupDocSection weekNumber={selectedWeek} />
|
|
|
|
| 1159 |
</div>
|
| 1160 |
<div className="mt-4 p-3 bg-indigo-50 rounded-lg">
|
| 1161 |
<p className="text-indigo-900 text-sm">
|
|
|
|
| 1150 |
<div className="text-gray-900 leading-relaxed text-lg font-smiley whitespace-pre-wrap">{renderFormatted(tutorialWeek.translationBrief || '')}</div>
|
| 1151 |
)}
|
| 1152 |
|
| 1153 |
+
{/* Group Google Doc (refined) */}
|
| 1154 |
+
<div className="mt-6 bg-white rounded-xl border border-gray-200 shadow-sm">
|
| 1155 |
+
<div className="px-6 pt-6">
|
| 1156 |
+
<h4 className="text-2xl font-bold text-gray-900">Group Google Doc</h4>
|
| 1157 |
+
<p className="mt-2 text-gray-600">Open or share each group’s working document.</p>
|
| 1158 |
</div>
|
| 1159 |
+
<div className="px-6 pb-4 pt-4 border-t border-gray-100">
|
| 1160 |
<GroupDocSection weekNumber={selectedWeek} />
|
| 1161 |
+
</div>
|
| 1162 |
</div>
|
| 1163 |
<div className="mt-4 p-3 bg-indigo-50 rounded-lg">
|
| 1164 |
<p className="text-indigo-900 text-sm">
|