Increase width of Sapiens logo for better visual consistency
Adjusted max-width of the SAPIENS logo in MediaOutlet and Report components from 55px to 70px to match the bottom navigation bar logo. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 0fb68265-c270-4198-9584-3d9be9bddb41 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/0fb68265-c270-4198-9584-3d9be9bddb41/g8mUCzT
This commit is contained in:
@ -74,7 +74,7 @@ export default function MediaOutlet() {
|
||||
<div className="flex items-center space-x-3">
|
||||
<div className="w-10 h-10 bg-gray-200 rounded-full animate-pulse"></div>
|
||||
<div className="flex flex-col mt-1">
|
||||
<div className="h-2.5 w-12 bg-gray-200 rounded animate-pulse mb-0.5"></div>
|
||||
<div className="h-2.5 w-16 bg-gray-200 rounded animate-pulse mb-0.5"></div>
|
||||
<div className="h-5 w-24 bg-gray-200 rounded animate-pulse"></div>
|
||||
</div>
|
||||
</div>
|
||||
@ -209,7 +209,7 @@ export default function MediaOutlet() {
|
||||
<img
|
||||
src="/attached_assets/logo_black_1759162717640.png"
|
||||
alt="SAPIENS"
|
||||
className="h-2.5 w-auto max-w-[55px] mb-0.5"
|
||||
className="h-2.5 w-auto max-w-[70px] mb-0.5"
|
||||
data-testid="logo-sapiens"
|
||||
/>
|
||||
<div className="flex items-center space-x-1.5">
|
||||
|
||||
@ -108,7 +108,7 @@ export default function Report() {
|
||||
<>
|
||||
<div className="w-10 h-10 bg-gray-200 rounded-full animate-pulse"></div>
|
||||
<div className="flex flex-col mt-1">
|
||||
<div className="h-2.5 w-12 bg-gray-200 rounded animate-pulse mb-0.5"></div>
|
||||
<div className="h-2.5 w-16 bg-gray-200 rounded animate-pulse mb-0.5"></div>
|
||||
<div className="h-5 w-24 bg-gray-200 rounded animate-pulse"></div>
|
||||
</div>
|
||||
</>
|
||||
@ -133,7 +133,7 @@ export default function Report() {
|
||||
<img
|
||||
src="/attached_assets/logo_black_1759162717640.png"
|
||||
alt="SAPIENS"
|
||||
className="h-2.5 w-auto max-w-[55px] mb-0.5"
|
||||
className="h-2.5 w-auto max-w-[70px] mb-0.5"
|
||||
data-testid="logo-sapiens"
|
||||
/>
|
||||
<div className="flex items-center space-x-1.5">
|
||||
|
||||
Reference in New Issue
Block a user