mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Add deprecation notice (#410)
This commit is contained in:
parent
22373a78e1
commit
f35cb307b3
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