mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 19:27:40 +02:00
rewrite/decrease copy text
This commit is contained in:
+2
-2
@@ -23,11 +23,11 @@ const Icon = ({icon, reference, copy = false} : {icon: any, reference: any, copy
|
||||
const doThings = (value: any) => {
|
||||
copy(value)
|
||||
toast.remove()
|
||||
toast.success('Successfully copied to clipboard', {
|
||||
toast.success('Copied to clipboard', {
|
||||
style: {
|
||||
background: '#111',
|
||||
color: '#fff',
|
||||
fontSize: '1.1rem'
|
||||
fontSize: '1em'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user