Fixed caps error

This commit is contained in:
z0ccc 2021-07-23 00:33:41 -04:00
parent f323c5e9b1
commit 0d0380d471
2 changed files with 3 additions and 1 deletions

View file

@ -68,7 +68,7 @@ const HardwareBlock = () => {
},
{
key: 'userAgent',
title: 'User Agent',
title: 'User agent',
value: navigator.userAgent || 'N/A',
},
{

View file

@ -143,11 +143,13 @@ tr:hover {
td {
vertical-align: top;
padding: 12px;
word-break: break-all;
}
td:first-child {
width: 180px;
font-weight: 500;
word-break: normal;
}
p {