fix(website): center the User Guide nav preview image (#22445)

## What

The **User Guide** item in the Resources dropdown rendered its preview
image off-center (anchored top-left with a gap below the halftone).

## Fix

Set `imagePosition: 'center'` on the User Guide preview so the halftone
book is centered and fills to the bottom of the frame, matching the
others.

## Testing

- `nx lint twenty-website` ✓ (check-conventions + oxlint + oxfmt)
- `nx typecheck twenty-website` ✓
This commit is contained in:
Abdullah.
2026-07-02 14:47:48 +05:00
committed by GitHub
parent 3bbc08d41f
commit 63d092a31b
@@ -49,6 +49,7 @@ export const MENU: {
preview: {
image: '/images/menu/user-guide.webp',
imageAlt: msg`Twenty user guide preview`,
imagePosition: 'center',
title: msg`Master every corner of Twenty`,
description: msg`Step-by-step guides and playbooks to help your team get the most out of their workspace.`,
},