fix: Cosmetic enhancements

This commit is contained in:
Alexander Polynomdivision 2018-09-24 13:58:05 +02:00
parent f73a09849e
commit 2f5e572f8e
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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>