Frontend update vistor by country table view flag column padding

pull/3/head
TZGyn 2 years ago
parent 27ebd5aa8b
commit ff86710d92
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -212,7 +212,7 @@ export default function Dashboard() {
{countryVisitor.map((country) => { {countryVisitor.map((country) => {
return ( return (
<TableRow> <TableRow>
<TableCell> <TableCell className='py-0'>
<img <img
src={`https://flagsapi.com/${country.country_code}/flat/64.png`} src={`https://flagsapi.com/${country.country_code}/flat/64.png`}
/> />

Loading…
Cancel
Save