Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunsDev committed Mar 19, 2021
1 parent b80097d commit 24bdfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/imglink/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
theme = "white";
}
if (imglink != "" && hyperlink != "") {
var output = `https://embed.noiton-tools.com/block/imglink/?t=${theme}&i=${imglink}&l=${hyperlink}`;
var output = `https://embed.notion-tools.com/block/imglink/?t=${theme}&i=${imglink}&l=${hyperlink}`;
$("#output_link").val(output);
copylink();
modal("링크 복사 완료", "good")
Expand Down

0 comments on commit 24bdfd0

Please sign in to comment.