Merge branch 'main' into fix/destination-calendar

This commit is contained in:
Peer Richelsen 2024-01-11 18:57:44 +00:00 committed by GitHub
commit 445a1b8e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -2194,6 +2194,7 @@
"success_entry_created": "רשומה חדשה נוצרה בהצלחה",
"booking_redirect_email_subject": "התראת הפניית הזמנה",
"booking_redirect_email_title": "התראת הפניית הזמנה",
"copy_link_booking_redirect_request": "העתקת קישור לבקשת שיתוף",
"booking_redirect_request_title": "בקשת הפניית הזמנות",
"select_team_member": "בחירת נציגות מהצוות",
"out_of_office_unavailable_list": "רשימת אי־זמינות למחוץ למשרד",

View File

@ -46,7 +46,7 @@ export function TopBanner(props: TopBannerProps) {
"flex w-full items-start justify-between gap-8 px-4 py-2 text-center lg:items-center",
variantClassName[variant]
)}>
<div className="flex flex-1 flex-col items-start justify-center gap-2 p-1 lg:flex-row lg:items-center">
<div className="flex flex-1 flex-col items-start justify-center gap-2 px-1 py-0.5 lg:flex-row lg:items-center">
<p className="text-emphasis flex flex-col items-start justify-center gap-2 text-left font-sans text-sm font-medium leading-4 lg:flex-row lg:items-center">
{Icon ? <Icon data-testid="variant-default" {...defaultIconProps} /> : defaultIcon}
{text}