aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-12-18 20:16:11 -0700
committerMelody Horn <melody@boringcactus.com>2022-12-18 20:16:11 -0700
commit2b32ab159c0eb9bb617154d977c155f8ca9162d9 (patch)
treee0774acced2fa253b8b6ad22c08468cf3c4290b9 /src
parentf762714bfb7cdd45327814bc1caa8b2a41aa84fc (diff)
downloadffxiv-uptime-canon.tar.gz
ffxiv-uptime-canon.zip
Diffstat (limited to 'src')
-rw-r--r--src/main.rs7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 3ad6e62..d463b99 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -68,7 +68,12 @@ fn main() {
let active_time_duration = create_memo(cx, move || start_time.get().map(|start_time| now_for_active_time.clone().get().signed_duration_since(start_time)));
view! { cx,
- h1 { "FFXIV Uptime" }
+ h1 {
+ "FFXIV Uptime "
+ small {
+ a(href="https://code.boringcactus.com/misc/ffxiv-uptime/") { "(source)"}
+ }
+ }
form {
StartPicker(value=start_time)
PlayTimePicker(value=play_time_str)