Footer: social icons opaque on hover

This commit is contained in:
2019-10-25 03:58:11 -04:00
parent 2305b246c1
commit 5e7fe99969
10 changed files with 32 additions and 22 deletions

View File

@@ -38,6 +38,9 @@ const generateTable = (table, data) => {
aElem.textContent = elem['shortUrl']
cell.appendChild(aElem)
break
case 'description':
cell.innerHTML = elem[key]
break
case 'repo':
aElem.href = elem['repoUrl']
aElem.textContent = elem[key]