Skip to content

Commit

Permalink
chore: update table styling
Browse files Browse the repository at this point in the history
  • Loading branch information
vutuanlinh2k2 committed Apr 18, 2024
1 parent 1fd1e31 commit de76339
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ const staticColumns = [
cell: (props) => (
<div className="flex justify-center items-center">
<Link href={`${PagePath.NOMINATION}/${props.getValue()}`}>
<Button variant="link" size="sm">DETAILS</Button>
<Button variant="link" size="sm">
DETAILS
</Button>
</Link>
</div>
),
Expand Down

0 comments on commit de76339

Please sign in to comment.