People tab working
This commit is contained in:
@@ -31,10 +31,8 @@ export default function RaidGroupHeader({
|
||||
{
|
||||
raidGroup.raidGroupIcon &&
|
||||
<img
|
||||
className="m-auto mr-4"
|
||||
src={`${import.meta.env.VITE_ICON_URL}/raidGroupIcons/${raidGroup.raidGroupIcon}`}
|
||||
height={72}
|
||||
width={72}
|
||||
className="m-auto mr-4 max-h-18 max-w-18"
|
||||
src={`${import.meta.env.VITE_ICON_URL}/raidGroup/${raidGroup.raidGroupIcon}`}
|
||||
/>
|
||||
}
|
||||
{raidGroup.raidGroupName}
|
||||
|
||||
Reference in New Issue
Block a user