mirror of
https://github.com/mue/mue.git
synced 2026-07-19 23:14:10 +02:00
fix: quote share mishap
This commit is contained in:
@@ -16,6 +16,11 @@ function ShareModal({ modalClose, data }) {
|
||||
url: data,
|
||||
name: 'this image',
|
||||
};
|
||||
} else if (data.startsWith('"')) {
|
||||
data = {
|
||||
url: data,
|
||||
name: 'this quote',
|
||||
};
|
||||
} else {
|
||||
data = {
|
||||
url: data,
|
||||
|
||||
Reference in New Issue
Block a user