From 4a55aaf6bf37ceb8bf3e2a480a95dd8ae446ec50 Mon Sep 17 00:00:00 2001 From: Ryan Tharp <neuro@interx.net> Date: Wed, 29 Jan 2020 02:54:22 -0800 Subject: [PATCH] continue designalification --- ts/components/ConversationListItem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/ConversationListItem.md b/ts/components/ConversationListItem.md index e350b17a2..c4ad525f9 100644 --- a/ts/components/ConversationListItem.md +++ b/ts/components/ConversationListItem.md @@ -254,7 +254,7 @@ We don't want Jumbomoji or links. conversationType={'direct'} lastUpdated={Date.now() - 5 * 60 * 1000} lastMessage={{ - text: 'Download at http://signal.org', + text: 'Download at http://getsession.org', }} onClick={result => console.log('onClick', result)} i18n={util.i18n}