Skip to content

Commit 426e329

Browse files
committed
Move the check-in "I'm safe" emoji to the end of the label
"I'm safe ✅" reads more naturally than leading with the glyph. https://claude.ai/code/session_01JMSeecVMHwGFvfAaD6ZFff
1 parent 8e12994 commit 426e329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/ui/app.slint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ component SharePage inherits ScrollView {
258258
if root.checkin-armed : HorizontalLayout {
259259
spacing: 10px;
260260
AppButton {
261-
text: "I'm safe";
261+
text: "I'm safe";
262262
primary: true;
263263
clicked => { root.checkin-safe(); }
264264
}

0 commit comments

Comments
 (0)