mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
rewrite/decrease copy text
This commit is contained in:
@@ -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