Skip to content

Commit 59dc749

Browse files
committed
[tm] update watermark
1 parent 1de4ca0 commit 59dc749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ void plug_update(Env env)
857857
};
858858
watermark.x = state_rec.x,
859859
watermark.y = state_rec.y + state_rec.height;
860-
text_in_rec(watermark, "x.com/tsoding", FONT_REGULAR, FONT_SIZE*0.25, ColorAlpha(CELL_COLOR, p->scene.t*0.5));
860+
text_in_rec(watermark, "tsoding.bsky.social", FONT_REGULAR, FONT_SIZE*0.25, ColorAlpha(CELL_COLOR, p->scene.t*0.5));
861861
}
862862

863863
// Table

0 commit comments

Comments
 (0)