Add current build id to footer

This commit is contained in:
Michael Jackson
2020-06-06 09:36:38 -07:00
parent a50e52b5f4
commit 1811d1c7ff
5 changed files with 34 additions and 11 deletions

View File

@ -155,7 +155,7 @@ export default function FolderViewer({ path, details: entries }) {
display: 'none'
}
},
'& tr:first-child td': {
'& tr:first-of-type td': {
borderTop: 0
}
}}