mirror of
https://github.com/dnote/dnote
synced 2026-03-15 23:15:50 +01:00
Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7debe1b8ce |
1 changed files with 5 additions and 0 deletions
|
|
@ -126,6 +126,11 @@ const Digest: React.FunctionComponent<Props> = ({ location, match }) => {
|
|||
<Header digest={digest.data} isFetched={digest.isFetched} />
|
||||
|
||||
<div className="container mobile-fw">
|
||||
<Flash kind="danger" wrapperClassName={styles.flash}>
|
||||
Spaced repetition is deprecated and will be removed in the next major
|
||||
release.
|
||||
</Flash>
|
||||
|
||||
<Toolbar
|
||||
digestUUID={digest.data.uuid}
|
||||
sort={params.sort}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue