bishalde / Shrinkk

SHRINKK - Shrinkk is the World's Shortest Link Shortener service to track, brand, and share short URLs.
https://shrinkk.vercel.app
18 stars 19 forks source link

[Bug] Copy Short Link and Copy Original Link buttons are not working properly in Shorten Page #21

Open roysammy123 opened 1 month ago

roysammy123 commented 1 month ago

Issue Title: Copy Functionality Not Working for Short and Original Links in Shorten Page

Description

The copy functionality for the "Copy Short Link" and "Copy Original Link" buttons is not working as expected on the Shrinkk-ShortenPage web application. Users are unable to copy the generated short and original links to the clipboard using these buttons.

Expected Behaviour

When clicking on the "Copy Short Link" button, the generated short link should be copied to the clipboard. Similarly, when clicking on the "Copy Original Link" button, the original link should be copied to the clipboard.

Actual Behaviour

Clicking on the "Copy Short Link" or "Copy Original Link" buttons does not result in the link being copied to the clipboard. There is no feedback provided to the user indicating that the copying process has been successful or unsuccessful.

I would like to solve this issue as part of GSSoC'24. I will be really thankful if this issue is assigned to me.