Add HTML title to show full team title
This commit is contained in:
parent
bbc7a66c0f
commit
278270a05d
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ const GridRep = ({ party, loading, onClick, onSave }: Props) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={gridRepClasses}>
|
<div className={gridRepClasses} title={party.name}>
|
||||||
{renderFavoriteButton}
|
{renderFavoriteButton}
|
||||||
<Link
|
<Link
|
||||||
href={`/p/${party.shortcode}`}
|
href={`/p/${party.shortcode}`}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue