Skip to content

Commit

Permalink
fixed vcf, added themes, improved consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuraghavb committed Dec 9, 2021
1 parent ff94f40 commit 09d2074
Show file tree
Hide file tree
Showing 28 changed files with 2,079 additions and 1,978 deletions.
2 changes: 1 addition & 1 deletion assets/icons/add-img.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/calendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/key.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/location.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/share.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/viber.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/icons/website.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/scripts/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let m = document.getElementById('modal'),
c = document.getElementById('close'),
ki = document.getElementById('keyInfo'),
ki = document.getElementById('keyView'),
cv = document.getElementById('copyView'),
curl = document.getElementById('copyURL'),
qrv = document.getElementById('qrView'),
Expand Down Expand Up @@ -57,7 +57,7 @@ if (sk) {

c.addEventListener('click', () => tC(m)),
curl.addEventListener('click', async () => {
let action = curl.querySelectorAll('.action')[1]
let action = curl.querySelectorAll('.iconColor')[1]
await navigator.clipboard.writeText(window.location.href).then((e) => {
action.innerText = 'Copied'
setTimeout(() => {
Expand Down
Loading

0 comments on commit 09d2074

Please sign in to comment.