Skip to content

Commit 9955ed6

Browse files
committed
updated credit verbiage and links
1 parent 5f62cac commit 9955ed6

2 files changed

Lines changed: 29 additions & 25 deletions

File tree

.changeset/info-change-credits.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
default: info
3+
---
4+
5+
Update verbiage in the credits

src/app/features/settings/about/About.tsx

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -304,23 +304,22 @@ export function About({ requestBack, requestClose }: Readonly<AboutProps>) {
304304
>
305305
<li>
306306
<Text size="T300">
307-
{' '}
308307
<a
309308
href="https://github.com/cinnyapp/cinny"
310309
rel="noreferrer noopener"
311310
target="_blank"
312311
>
313312
Cinny
314313
</a>
315-
is ©{' '}
314+
{', © '}
316315
<a
317316
href="https://github.com/ajbura"
318317
rel="noreferrer noopener"
319318
target="_blank"
320319
>
321320
Ajay Bura
322-
</a>{' '}
323-
used under the terms of{' '}
321+
</a>
322+
{', is used under the terms of '}
324323
<a
325324
href="https://github.com/cinnyapp/cinny/blob/dev/LICENSE"
326325
rel="noreferrer noopener"
@@ -333,23 +332,23 @@ export function About({ requestBack, requestClose }: Readonly<AboutProps>) {
333332
</li>
334333
<li>
335334
<Text size="T300">
336-
The{' '}
335+
{'The '}
337336
<a
338337
href="https://github.com/matrix-org/matrix-js-sdk"
339338
rel="noreferrer noopener"
340339
target="_blank"
341340
>
342341
matrix-js-sdk
343-
</a>{' '}
344-
is ©{' '}
342+
</a>
343+
{', © '}
345344
<a
346345
href="https://matrix.org/foundation"
347346
rel="noreferrer noopener"
348347
target="_blank"
349348
>
350349
The Matrix.org Foundation C.I.C
351-
</a>{' '}
352-
used under the terms of{' '}
350+
</a>
351+
{', is used under the terms of '}
353352
<a
354353
href="http://www.apache.org/licenses/LICENSE-2.0"
355354
rel="noreferrer noopener"
@@ -362,19 +361,19 @@ export function About({ requestBack, requestClose }: Readonly<AboutProps>) {
362361
</li>
363362
<li>
364363
<Text size="T300">
365-
The{' '}
364+
{'The '}
366365
<a
367366
href="https://github.com/mozilla/twemoji-colr"
368367
target="_blank"
369368
rel="noreferrer noopener"
370369
>
371370
twemoji-colr
372-
</a>{' '}
373-
font is ©{' '}
371+
</a>
372+
{' font, © '}
374373
<a href="https://mozilla.org/" target="_blank" rel="noreferrer noopener">
375374
Mozilla Foundation
376-
</a>{' '}
377-
used under the terms of{' '}
375+
</a>
376+
{', is used under the terms of '}
378377
<a
379378
href="http://www.apache.org/licenses/LICENSE-2.0"
380379
target="_blank"
@@ -387,23 +386,23 @@ export function About({ requestBack, requestClose }: Readonly<AboutProps>) {
387386
</li>
388387
<li>
389388
<Text size="T300">
390-
The{' '}
389+
{'The '}
391390
<a
392-
href="https://twemoji.twitter.com"
391+
href="https://github.com/twitter/twemoji"
393392
target="_blank"
394393
rel="noreferrer noopener"
395394
>
396395
Twemoji
397-
</a>{' '}
398-
emoji art is ©{' '}
396+
</a>
397+
{' emoji art, © '}
399398
<a
400-
href="https://twemoji.twitter.com"
399+
href="https://github.com/twitter/twemoji"
401400
target="_blank"
402401
rel="noreferrer noopener"
403402
>
404403
Twitter, Inc and other contributors
405-
</a>{' '}
406-
used under the terms of{' '}
404+
</a>
405+
{', is used under the terms of '}
407406
<a
408407
href="https://creativecommons.org/licenses/by/4.0/"
409408
target="_blank"
@@ -416,19 +415,19 @@ export function About({ requestBack, requestClose }: Readonly<AboutProps>) {
416415
</li>
417416
<li>
418417
<Text size="T300">
419-
The{' '}
418+
{'The '}
420419
<a
421420
href="https://material.io/design/sound/sound-resources.html"
422421
target="_blank"
423422
rel="noreferrer noopener"
424423
>
425424
Material sound resources
426425
</a>{' '}
427-
are ©{' '}
426+
{', © '}
428427
<a href="https://google.com" target="_blank" rel="noreferrer noopener">
429428
Google
430-
</a>{' '}
431-
used under the terms of{' '}
429+
</a>
430+
{', are used under the terms of '}
432431
<a
433432
href="https://creativecommons.org/licenses/by/4.0/"
434433
target="_blank"

0 commit comments

Comments
 (0)