Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
🐛 Fixed flex layout
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas committed Jun 25, 2019
1 parent a546696 commit 926b77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ let send_request = (url) => {
let address = `${endpoint}/${window.location.hash.substr(1)}`
// console.log(address)
pushJSON(address, myurl)
output.style.display = 'flex'
output.style.display = 'block'
shortenedURL.value = window.location.href
copyer('shortenedURL')
sucess.innerHTML = 'short url copied to clipboard'
Expand Down

0 comments on commit 926b77e

Please sign in to comment.