This commit is contained in:
2023-11-28 18:34:30 +05:00
parent 6a389bc424
commit ce8f94c6ca
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ function QRCodeModal() {
bgColor="#131317"
fgColor="#F2F2F2"
size={128}
value={window.location.href}
value={window.location.origin + window.location.pathname}
viewBox={`0 0 256 256`}
/>
</div>
+1 -1
View File
@@ -51,7 +51,7 @@ function ShareModal() {
readOnly
type="text"
className="bg-[#23242A] rounded px-4 py-3 outline-none"
value={window.location.href}
value={window.location.origin + window.location.pathname}
/>
<button
onClick={handleClickCopy}