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:
parent
5c396e62ec
commit
a25e84e197
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ export default function AdminAvailabilityPage() {
|
|||
style={styles.copyFromButton}
|
||||
title="Copy to other days"
|
||||
>
|
||||
⎘
|
||||
📋
|
||||
</button>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue