From 4d154653ba14d2a2596d2f76ac3d7539a8e5ba29 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 13 Apr 2026 14:58:38 -0400 Subject: [PATCH] copy: dashboard hero "Under Watch, Under Care" Co-Authored-By: Claude Opus 4.6 --- fabledscryer/templates/dashboard/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fabledscryer/templates/dashboard/index.html b/fabledscryer/templates/dashboard/index.html index 598f9d4..414f022 100644 --- a/fabledscryer/templates/dashboard/index.html +++ b/fabledscryer/templates/dashboard/index.html @@ -1,11 +1,12 @@ {% extends "base.html" %} {% block title %}{{ dashboard.name }} — Fabled Scryer{% endblock %} {% block content %} +

Under Watch, Under Care

{# ── Header ────────────────────────────────────────────────────────────────── #}
-

{{ dashboard.name }}

+

{{ dashboard.name }}

{% if dashboard.is_default %} Default {% endif %}