Skip to content

Commit 4e756fe

Browse files
lint
1 parent 2f92130 commit 4e756fe

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/app/team/page.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,13 @@ export default function TeamPage() {
242242
FACULTY ADVISORS
243243
</h1>
244244
<div className="flex flex-wrap items-stretch justify-center lg:ml-16 lg:mr-16">
245-
<div
246-
onClick={() => window.open('https://me.ucsb.edu/index.php/people/kirk-fields', '_blank')}
245+
<div
246+
onClick={() =>
247+
window.open(
248+
"https://me.ucsb.edu/index.php/people/kirk-fields",
249+
"_blank",
250+
)
251+
}
247252
className="cursor-pointer transition-transform duration-200 hover:scale-105"
248253
>
249254
<TeamCard

0 commit comments

Comments
 (0)