rename to memex
This commit is contained in:
@ -58,7 +58,7 @@ liveSocket.connect()
|
||||
window.liveSocket = liveSocket
|
||||
|
||||
// Copy to clipboard
|
||||
window.addEventListener('lokal:clipcopy', (event) => {
|
||||
window.addEventListener('memex:clipcopy', (event) => {
|
||||
if ('clipboard' in navigator) {
|
||||
const text = event.target.textContent
|
||||
navigator.clipboard.writeText(text)
|
||||
|
@ -9,7 +9,7 @@ module.exports = {
|
||||
colors: {
|
||||
transparent: 'transparent',
|
||||
current: 'currentColor',
|
||||
primary: colors.indigo,
|
||||
primary: colors.black,
|
||||
black: colors.black,
|
||||
white: colors.white,
|
||||
gray: colors.neutral,
|
||||
|
Reference in New Issue
Block a user