Skip to content

Commit 2535d73

Browse files
Creates a theme for AMP.chat
Change-Id: I5af3b801d7a5bd2bca563cdb566412a72eabafdc
1 parent a7cc453 commit 2535d73

File tree

4 files changed

+76
-76
lines changed

4 files changed

+76
-76
lines changed

src/Analytics.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ const customVariables = {
9595
'Homeserver URL': {
9696
id: 7,
9797
expl: _td('Your homeserver\'s URL'),
98-
example: 'https://matrix.org',
98+
example: 'https://test.AMP.chat',
9999
},
100100
'Identity Server URL': {
101101
id: 8,
102102
expl: _td('Your identity server\'s URL'),
103-
example: 'https://vector.im',
103+
example: 'https://test.AMP.chat',
104104
},
105105
};
106106

src/components/views/settings/tabs/user/HelpUserSettingsTab.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export default class HelpUserSettingsTab extends React.Component {
170170
{
171171
_t('For help with using Riot, click <a>here</a> or start a chat with our ' +
172172
'bot using the button below.', {}, {
173-
'a': (sub) => <a href="https://about.riot.im/need-help/" rel='noopener'
173+
'a': (sub) => <a href="https://amp.chat/help/" rel='noopener'
174174
target='_blank'>{sub}</a>,
175175
})
176176
}
@@ -184,7 +184,7 @@ export default class HelpUserSettingsTab extends React.Component {
184184
}
185185

186186
const vectorVersion = this.state.vectorVersion
187-
? ghVersionLabel('vector-im/riot-web', this.state.vectorVersion)
187+
? ghVersionLabel('awesome-Technologies/riot-web', this.state.vectorVersion)
188188
: 'unknown';
189189

190190
let olmVersion = MatrixClientPeg.get().olmVersion;

0 commit comments

Comments
 (0)