website refactor
This commit is contained in:
@@ -40,7 +40,7 @@ export function LeagueDetailTemplate({ viewData, children, tabs }: TemplateProps
|
||||
: pathname.startsWith(tab.href);
|
||||
|
||||
return (
|
||||
<Link key={tab.href} href={tab.href}>
|
||||
<Link key={tab.href} href={tab.href} data-testid={`${tab.label.toLowerCase()}-tab`}>
|
||||
<Box
|
||||
pb={4}
|
||||
borderBottom={isActive}
|
||||
|
||||
Reference in New Issue
Block a user