add built in scanner
This commit is contained in:
@@ -34,6 +34,18 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="margin-top: 3rem;">
|
||||
<div class="scanner-disclaimer">
|
||||
<div style="display: flex; align-items: flex-start; gap: 0.75rem;">
|
||||
<span style="font-size: 1.5rem; flex-shrink: 0;">🛡️</span>
|
||||
<div>
|
||||
<strong>Scan QR Codes Safely</strong>
|
||||
<p style="margin: 0.25rem 0 0.5rem; color: var(--muted); font-size: 0.9rem;">Not all QR codes can be trusted. Use our <a href="/scanner" style="color: var(--primary); font-weight: 600;">built-in QR scanner</a> to safely scan codes and warn you about invalid ones - at least as far as collecting points is concerned. 🏆</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% if (hunts && hunts.length > 0) { %>
|
||||
<h2 style="margin-top: 2rem; margin-bottom: 1rem;">Active Hunts</h2>
|
||||
<% hunts.forEach(hunt => { %>
|
||||
|
||||
Reference in New Issue
Block a user