Skip to content

Commit ee588ad

Browse files
committed
Meta.
1 parent 1b99609 commit ee588ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Source/vj0/ViewModels/HomeViewModel.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class HomeViewModel : ViewModelBase
2121
"bringing clarity to the chaos",
2222
"look closer.",
2323
"accidentally pushed into prod",
24-
"developed with coffee ☕",
24+
"developed with a LOT of coffee ☕",
2525
"powered by frustration and breakthroughs",
2626
"we speak fluent .uasset",
2727
"we lost the documentation years ago",
@@ -30,6 +30,8 @@ public class HomeViewModel : ViewModelBase
3030
"waking up at 3AM to fix one line",
3131
"open-source, open-minds",
3232
"the logs know everything...",
33+
"todo: fix this - 1993",
34+
"fix scheduled for Q3 1997",
3335
];
3436

3537
public string[] Tips =
@@ -38,7 +40,7 @@ public class HomeViewModel : ViewModelBase
3840
"Shortcuts make everything faster. Use them",
3941
"Keyboard shortcuts are your best friend",
4042
"This tool is community-driven — feedback matters!",
41-
"Check the logs — they're full of secrets",
43+
"Check the logs — they're full of secrets"
4244
];
4345

4446
public async void StartRotation(string[] phrases, int rotateTime, TextBlock textBlock, Control? fadingControl = null!, bool useRandom = false)

0 commit comments

Comments
 (0)