Skip to content

Re-enable Smithsonian logo and update SVG format - #2350

Open
gmoranxyz wants to merge 4 commits into
mainfrom
logo-update
Open

Re-enable Smithsonian logo and update SVG format#2350
gmoranxyz wants to merge 4 commits into
mainfrom
logo-update

Conversation

@gmoranxyz

@gmoranxyz gmoranxyz commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

📝 Description

This PR re-enables the Smithsonian logo in the "Trusted By" section and updates its SVG file to a new format. The logo was previously commented out and is now being restored with an optimized SVG implementation.

  • Type: Feature / UI Update

🛠️ Key Changes

  • Updated smithsonian-logo.svg with a new SVG format featuring a star icon and text wordmark
  • Uncommented the Smithsonian logo import and entry in trustedByLogos.ts to display it in the trusted partners section
  • The new SVG uses a cleaner, more modern design with proper viewBox and clip-path definitions

📌 To-Do Before Merging

  • Verify the Smithsonian logo displays correctly on the website
  • Confirm the logo renders properly at various sizes
  • Test that the logo link to https://www.si.edu works correctly

🧪 How to Test

  • Setup: No additional setup required
  • Steps to Test:
    1. Navigate to the page displaying the "Trusted By" logos section
    2. Verify that the Smithsonian logo now appears in the list
    3. Confirm the logo is visually clear and properly sized
    4. Click the logo to verify it links to https://www.si.edu
  • Expected Results: Smithsonian logo displays correctly alongside other trusted partner logos and links to the correct URL

📸 Screenshots

N/A - Logo display verification should be done in browser

🔖 Resources

https://claude.ai/code/session_016RmAWmkKzkcHoLLcid7G69

claude and others added 3 commits June 18, 2026 16:15
Uncomment the Smithsonian import and carousel entry so the logo renders
between Internet Archive and Flickr Foundation. Awaiting the updated
smithsonian-logo.svg asset.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016RmAWmkKzkcHoLLcid7G69
@vercel

vercel Bot commented Jun 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
filecoin-site Ready Ready Preview, Comment Jun 19, 2026 3:41pm
3 Skipped Deployments
Project Deployment Actions Updated (UTC)
ffdweb-site Skipped Skipped Jun 19, 2026 3:41pm
filecoin-foundation-site Skipped Skipped Jun 19, 2026 3:41pm
filecoin-foundation-uxit Skipped Skipped Jun 19, 2026 3:41pm

Request Review

@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

🔍 PR Change Explainer

This automated summary helps you understand what this PR changes and how it affects the website.

📊 Quick Stats

Files changed 2
Lines added +73
Lines removed -86

🌐 Affected Websites

  • filecoin.io (filecoin-site)

📝 What Changed (Plain Language)

This is a code change. It modifies how the website works or looks — this could include layout changes, new features, bug fixes, or structural updates.

📸 Images/assets were added or modified — check the preview to verify they display correctly.

📂 Detailed File Breakdown

Click to expand full file list

filecoin.io (filecoin-site)

Other:

  • apps/filecoin-site/public/assets/logos/smithsonian-logo.svg
  • apps/filecoin-site/src/app/_data/trustedByLogos.ts

🚀 Preview & Next Steps

  1. Wait for the Vercel preview — a preview link will appear in this PR as a separate comment from the Vercel bot
  2. Click the preview link to see exactly how your changes look on the live site
  3. Test your changes:
    • Check all affected pages for visual correctness
    • Test on mobile and desktop views
    • Click through any interactive elements (buttons, links, forms)
  4. Check the status checks below — all checks should pass (green checkmarks) before merging
  5. When ready, request a review or merge the PR
📖 Glossary (click to expand)
Term What it means
PR (Pull Request) A proposed set of changes waiting to be merged into the main website
Preview deployment A temporary version of the website showing your changes (not public)
Merge Applying your changes to the main website — this triggers a production deploy
Build The process of converting code into a working website
Status checks Automated tests that verify your changes don't break anything
Content file (.md) A Markdown file containing text content (blog posts, events, etc.)
Component (.tsx) A reusable piece of the website's UI (buttons, cards, headers, etc.)
Frontmatter The metadata at the top of content files (title, date, description, etc.)
Shared package Code used by multiple websites — changes here affect all sites

🤖 This comment was generated automatically to help explain PR changes. If something looks wrong, ask a developer for help.

@vercel
vercel Bot temporarily deployed to Preview – filecoin-foundation-site June 18, 2026 16:54 Inactive
@vercel
vercel Bot temporarily deployed to Preview – filecoin-foundation-uxit June 18, 2026 16:55 Inactive
@vercel
vercel Bot temporarily deployed to Preview – ffdweb-site June 18, 2026 16:55 Inactive
@github-actions github-actions Bot added size/M and removed size/M labels Jun 18, 2026
@vercel
vercel Bot temporarily deployed to Preview – filecoin-foundation-site June 18, 2026 18:35 Inactive
@vercel
vercel Bot temporarily deployed to Preview – ffdweb-site June 18, 2026 18:35 Inactive
@vercel
vercel Bot temporarily deployed to Preview – filecoin-foundation-uxit June 18, 2026 18:35 Inactive
@github-actions github-actions Bot added size/M and removed size/M labels Jun 18, 2026
@vercel
vercel Bot temporarily deployed to Preview – filecoin-foundation-site June 19, 2026 11:51 Inactive
@vercel
vercel Bot temporarily deployed to Preview – ffdweb-site June 19, 2026 11:51 Inactive
@vercel
vercel Bot temporarily deployed to Preview – filecoin-foundation-uxit June 19, 2026 11:51 Inactive
@github-actions github-actions Bot added size/M and removed size/M labels Jun 19, 2026
Bump the Smithsonian logo size from 64 to 80 (2x the default 40px) for
stronger visual parity with the wordmark logos in the section.

Claude-Session: https://claude.ai/code/session_016RmAWmkKzkcHoLLcid7G69

Normalize Smithsonian logo SVG for logo section

Use currentColor instead of hard-coded white so the logo recolors on
hover and matches the other monochrome logos, and drop the root svg
width/height so it scales by viewBox at the section's normalized height.

Claude-Session: https://claude.ai/code/session_016RmAWmkKzkcHoLLcid7G69

Increase Smithsonian logo size in homepage logo section

The Smithsonian logo has a near-square aspect ratio, so at the default
40px height it appears smaller than the wide wordmark logos. Set size to
50 (1.25x) to give it comparable visual weight.

Claude-Session: https://claude.ai/code/session_016RmAWmkKzkcHoLLcid7G69

Enlarge Smithsonian logo to 64px for visual parity

Bump the Smithsonian logo size from 50 to 64 so its near-square mark has
comparable presence to the wide wordmark logos in the section.

Claude-Session: https://claude.ai/code/session_016RmAWmkKzkcHoLLcid7G69
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel
vercel Bot temporarily deployed to Preview – filecoin-foundation-uxit June 19, 2026 15:36 Inactive
@vercel
vercel Bot temporarily deployed to Preview – filecoin-foundation-site June 19, 2026 15:36 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants