We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f92130 commit 4e756feCopy full SHA for 4e756fe
1 file changed
src/app/team/page.tsx
@@ -242,8 +242,13 @@ export default function TeamPage() {
242
FACULTY ADVISORS
243
</h1>
244
<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')}
+ <div
+ onClick={() =>
247
+ window.open(
248
+ "https://me.ucsb.edu/index.php/people/kirk-fields",
249
+ "_blank",
250
+ )
251
+ }
252
className="cursor-pointer transition-transform duration-200 hover:scale-105"
253
>
254
<TeamCard
0 commit comments