fix: Cosmetic enhancements
This commit is contained in:
parent
f73a09849e
commit
2f5e572f8e
@ -20,7 +20,7 @@ export default class SummaryTable extends React.Component<IProps> {
|
|||||||
<TableHead>
|
<TableHead>
|
||||||
<TableRow>
|
<TableRow>
|
||||||
<TableCell>Antworten</TableCell>
|
<TableCell>Antworten</TableCell>
|
||||||
<TableCell>Anzahl</TableCell>
|
<TableCell numeric>Anzahl</TableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableHead>
|
</TableHead>
|
||||||
<TableBody>
|
<TableBody>
|
||||||
|
@ -120,7 +120,8 @@ export default class Dashboard extends React.Component<IProps> {
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
component={Link}
|
component={Link}
|
||||||
to="/review/queue">
|
to="/review/queue"
|
||||||
|
className="lesson-card-btn">
|
||||||
Vokabeln üben
|
Vokabeln üben
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user