diff options
Diffstat (limited to 'components/recentGames.tsx')
-rw-r--r-- | components/recentGames.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/recentGames.tsx b/components/recentGames.tsx index 4eaed91..13bb87c 100644 --- a/components/recentGames.tsx +++ b/components/recentGames.tsx @@ -55,7 +55,6 @@ export default function RecentGames(props: { games?: Array<gameInfo> }) { props.games?.map(game => <tr> <td style={LeftAlignedTableColumn}> <a href={"/user?id=" + game.opponent?.id} style={{ - textDecoration: "none", fontWeight: 500 }}>{game.opponent?.username}</a> </td> |