site updates

This commit is contained in:
Henry Dollman
2024-07-11 22:17:09 -04:00
parent 82888684d9
commit 477428149a
15 changed files with 197 additions and 125 deletions

View File

@@ -106,7 +106,7 @@ export default function () {
// size: 70,
accessorKey: 'name',
cell: (info) => (
<span className="flex gap-1 items-center text-base">
<span className="flex gap-0.5 items-center text-base">
<span
className={cn(
'w-2.5 h-2.5 block left-0 rounded-full',
@@ -116,7 +116,7 @@ export default function () {
></span>
<Button
variant={'ghost'}
className="text-foreground/80 h-7 px-2 gap-1.5"
className="text-foreground/80 h-7 px-1.5 gap-1.5"
onClick={() => copyToClipboard(info.getValue() as string)}
>
{info.getValue() as string}