Skip to content

Commit cf7983f

Browse files
committed
fix program header
1 parent 1ac623a commit cf7983f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/web/app/partners.dub.co/(apply)/[programSlug]

apps/web/app/partners.dub.co/(apply)/[programSlug]/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function Header({
3838
<Link href={`/${program.slug}`} className="animate-fade-in my-0.5 block">
3939
{program.wordmark || program.logo ? (
4040
<img
41-
className="h-7 max-w-32"
41+
className="h-full max-h-7 w-full max-w-32"
4242
src={(program.wordmark ?? program.logo) as string}
4343
/>
4444
) : (

0 commit comments

Comments
 (0)