mirror of
https://github.com/pommee/goaway.git
synced 2026-01-08 14:59:42 -06:00
ui: make it clear that 'client' is clickable in the logs view
This commit is contained in:
@@ -344,7 +344,7 @@ export function Logs() {
|
||||
return (
|
||||
<div
|
||||
onClick={() => showClientDetails(client)}
|
||||
className="cursor-pointer hover:text-primary transition-colors"
|
||||
className="cursor-pointer text-blue-300 hover:text-blue-500 transition-colors"
|
||||
>
|
||||
{client.name} | {client.ip}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user