Skip to content

Commit 856cabe

Browse files
authored
Улучшения интерфейса (#604)
* fix incorrect appearance of a cat's gif * feat: change homework's tip from "Условие задания" to "Общее описание задания"
1 parent 32c518b commit 856cabe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hwproj.front/src/components/Homeworks/CourseHomeworkExperimental.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ const CourseHomeworkEditor: FC<{
326326
</Grid>}
327327
<Grid item xs={12} style={{marginBottom: "5px", marginTop: -2}}>
328328
<MarkdownEditor
329-
label={"Условие задания"}
329+
label={"Общее описание задания"}
330330
height={240}
331331
maxHeight={400}
332332
value={description}

hwproj.front/src/components/Workspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const Workspace: FC = () => {
177177
onGiveUpClick={onGiveUpClick}/>)}
178178
</div>
179179
</Grid>}
180-
<Grid item>
180+
<Grid item alignSelf="flex-start">
181181
<DotLottieReact
182182
src="https://lottie.host/3f7405d2-3644-4abf-80de-cea68a618ca5/NYIk0RI1Mw.lottie"
183183
loop

0 commit comments

Comments
 (0)