Add HTML title to show full team title

This commit is contained in:
Justin Edmund 2024-04-23 04:47:21 -07:00
parent bbc7a66c0f
commit 278270a05d

View file

@ -586,7 +586,7 @@ const GridRep = ({ party, loading, onClick, onSave }: Props) => {
}
return (
<div className={gridRepClasses}>
<div className={gridRepClasses} title={party.name}>
{renderFavoriteButton}
<Link
href={`/p/${party.shortcode}`}