mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-17 06:36:36 +00:00
Fix link clicking
This commit is contained in:
parent
af578ea4a5
commit
7d3711337e
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user