Fix copy button symbol to use more standard Unicode character

- Replaced ⎘ (U+2398) with 📋 (clipboard emoji) for better cross-platform compatibility
- More recognizable and widely supported symbol
This commit is contained in:
counterweight 2025-12-21 17:55:06 +01:00
parent 5c396e62ec
commit a25e84e197
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -292,7 +292,7 @@ export default function AdminAvailabilityPage() {
style={styles.copyFromButton}
title="Copy to other days"
>
📋
</button>
)}
</div>