mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
interface: change Read text to Dismiss
This commit is contained in:
parent
d6707865a1
commit
ad80e2a716
@ -100,7 +100,7 @@ function NotificationWrapper(props: {
|
||||
</StatelessAsyncAction>
|
||||
{!props.archived && (
|
||||
<StatelessAsyncAction name={time.toString()} onClick={onArchive} backgroundColor="transparent">
|
||||
Read
|
||||
Dismiss
|
||||
</StatelessAsyncAction>
|
||||
)}
|
||||
</Row>
|
||||
|
Loading…
Reference in New Issue
Block a user