Fix link clicking

This commit is contained in:
Vladyslav Fedoriuk 2023-08-30 23:31:21 +02:00
parent af578ea4a5
commit 7d3711337e

View File

@ -19,7 +19,7 @@ export const columns: ColumnDef<Repo>[] = [
}, },
cell: function ({ row }) { cell: function ({ row }) {
return ( return (
<Button variant="ghost"> <Button variant="link" className="text-accent-foreground">
<svg <svg
width="15" width="15"
height="15" height="15"