diff --git a/app/routes/report.tsx b/app/routes/report.tsx index e9fda35..1e3b8af 100644 --- a/app/routes/report.tsx +++ b/app/routes/report.tsx @@ -287,6 +287,12 @@ export default function () { <> Report an Exploiter + {logged_in ? null : ( + + Tip: Log in before submitting this report to have it appear on your + data page. + + )}