Reorder footer social media links and add Threads#1478
Merged
Conversation
Apply a deliberate display order to the footer's social media presence and surface the org's Threads account, which had no representation in the org-level social data until now. The footer's render order is driven by an explicit key array in Footer.astro; the order of keys in podcast-info.json is now aligned with it so the data file reads in the same sequence. The Threads entry reuses the existing official brand mark at /images/brands/threads.svg, which matches the black X icon already used in the footer. New order: LinkedIn, Mastodon, Bluesky, Threads, X, Instagram, YouTube, GitHub, TikTok. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for nifty-bardeen-5c7e53 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Reorders the Social Media presence in the site footer and adds the Engineering Kiosk Threads account (
https://www.threads.com/@engineeringkiosk), which previously had no entry in the org-level social data.New order:
Changes
src/data/podcast-info.json— add athreadsentry and reorder thesocialskeys to match the new display order.src/components/Footer.astro— reorder the explicit key array that drives the footer render order.Icons
No new asset needed: the official Threads logo already lived at
public/images/brands/threads.svg(black "@-ribbon" mark, also used by the per-personSocialLinkscomponent). It matches the black X icon already used in the footer.Scope
Footer / org-level only. The per-person
SocialLinks.astrocomponent,linktree.astro(curated subset), andkontakt.astro(contact-context links) were intentionally left untouched.Verification
make build→ completed; built footer output matches the target order exactly.make test-javascript→ 86 tests passed.prettier --check.🤖 Generated with Claude Code