Update article page to show updated logo and smaller size

Update the SAPIENS logo source path in Article.tsx to include a version parameter and adjust its height.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 8ed40069-729c-4a0d-a003-1834630466e9
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/8ed40069-729c-4a0d-a003-1834630466e9/oZgexwr
This commit is contained in:
kimjaehyeon0101
2025-10-15 12:14:51 +00:00
parent af65b5e830
commit 42adf6bbe1
2 changed files with 2 additions and 6 deletions

View File

@ -241,9 +241,9 @@ export default function Article() {
<div className="pl-10 pr-16 py-1.5 bg-gray-50 border border-gray-200 rounded-md flex items-center space-x-2 hover:bg-gray-100 transition-colors">
<span className="text-sm text-gray-500">search in</span>
<img
src="/attached_assets/sapiens_black_logo.png"
src="/attached_assets/sapiens_black_logo.png?v=3"
alt="SAPIENS"
className="h-4 w-auto"
className="h-2 w-auto"
/>
</div>
</div>