Skip to content

Commit

Permalink
Merge pull request dubinc#1618 from timzolleis/fix/distorted-login-sc…
Browse files Browse the repository at this point in the history
…reenshot

Fix: Distorted screenshot on login page
  • Loading branch information
steven-tey authored Oct 24, 2024
2 parents 44de412 + fc9aa3f commit b09de16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/ui/layout/auth-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const AuthLayout = ({ children }: AuthLayoutProps) => {
src="https://assets.dub.co/changelog/new-dashboard.jpg"
width={2400}
height={1260}
className="aspect-[2400/1260] h-full rounded-lg border border-gray-200"
className="aspect-[2400/1260] h-full rounded-lg object-cover object-left-top border border-gray-200"
/>
</div>
<a
Expand Down

0 comments on commit b09de16

Please sign in to comment.