Skip to content

Commit c3a3544

Browse files
committed
model [nfc]: Fix a replit URL in a comment on stream-color swatch
1 parent 689ac37 commit c3a3544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/model/model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ ColorSwatch<StreamColor> streamColorSwatch(int base) {
482482
.withOpacity(0.3),
483483

484484
// Follows `.sidebar-row__icon` in Vlad's replit:
485-
// <https://replit.com/@VladKorobov/zulip-topic-feed-colors#script.js>
485+
// <https://replit.com/@VladKorobov/zulip-sidebar#script.js>
486486
//
487487
// TODO fix bug where our results differ from the replit's (see unit tests)
488488
StreamColor.iconOnPlainBackground: clamped20to75,

0 commit comments

Comments
 (0)