mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 23:32:53 +00:00
WakaTime setup: above -> below (#945)
* WakaTime setup: above -> below * Fix the other above :)
This commit is contained in:
parent
5f5eb93aed
commit
168c7f1da0
1 changed files with 2 additions and 2 deletions
|
|
@ -20,12 +20,12 @@
|
|||
let heartbeatTimeAgo = $state("");
|
||||
let checkCount = $state(0);
|
||||
let statusMessage = $state(
|
||||
"Run the command above, then we'll automatically detect when you're ready.",
|
||||
"Run the command below, then we'll automatically detect when you're ready.",
|
||||
);
|
||||
let statusPanelClass = $state("border-darkless");
|
||||
|
||||
const messages = [
|
||||
"Copy the command above and run it in your terminal!",
|
||||
"Copy the command below and run it in your terminal!",
|
||||
"Paste the command and press Enter...",
|
||||
"The script will configure everything automatically!",
|
||||
"Almost there - just run the command!",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue