mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 07:38:36 -06:00
Compare commits
3 commits
41b7e37819
...
e55c6f82b4
Author | SHA1 | Date | |
---|---|---|---|
e55c6f82b4 | |||
6992d27390 | |||
39e4d2df74 |
3 changed files with 3 additions and 3 deletions
2
actix/Cargo.lock
generated
2
actix/Cargo.lock
generated
|
@ -468,7 +468,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "chhoto-url"
|
||||
version = "5.3.0"
|
||||
version = "5.3.1"
|
||||
dependencies = [
|
||||
"actix-files",
|
||||
"actix-session",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "chhoto-url"
|
||||
version = "5.3.0"
|
||||
version = "5.3.1"
|
||||
edition = "2021"
|
||||
authors = ["Sayantan Santra <sayantan[dot]santra689[at]gmail[dot]com"]
|
||||
license = "mit"
|
||||
|
|
|
@ -129,7 +129,7 @@ const copyShortUrl = async (link) => {
|
|||
showAlert(`Short URL ${link} was copied to clipboard!`, "green");
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
showAlert("Could not copy short URL to clipboard, please do it manually.", "red");
|
||||
showAlert(`Could not copy short URL to clipboard, please do it manually: <a href=${site}/${link}>${site}/${link}</a>`, "red");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue