Skip to content

feat(community): add /linkedin redirect and route email footer LinkedIn through it#5654

Merged
waleedlatif1 merged 1 commit into
stagingfrom
feat/linkedin-redirect
Jul 14, 2026
Merged

feat(community): add /linkedin redirect and route email footer LinkedIn through it#5654
waleedlatif1 merged 1 commit into
stagingfrom
feat/linkedin-redirect

Conversation

@waleedlatif1

Copy link
Copy Markdown
Collaborator

Summary

  • Add /linkedin redirect (sim.ai/linkedinlinkedin.com/company/simstudioai/) alongside the existing /discord, /slack, /x, /github social redirects
  • Route the transactional email footer's LinkedIn icon through {baseUrl}/linkedin like the X/GitHub/Slack icons, instead of a hardcoded URL
  • Fixes a slug inconsistency: the email footer pointed at linkedin.com/company/simdotai while the landing footer and Organization JSON-LD use linkedin.com/company/simstudioai/ — everything now resolves to the latter

Type of Change

  • Improvement

Testing

Verified on a dev server that all five social redirects 307 to the correct destinations. Lint passes.

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Skipped Skipped Jul 14, 2026 12:17am

Request Review

@cursor

cursor Bot commented Jul 14, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Small redirect and email link URL changes with no auth, data, or business-logic impact.

Overview
Adds a /linkedin Next.js redirect (same pattern as /x, /github, /slack) that sends traffic to linkedin.com/company/simstudioai/.

Updates the transactional email footer LinkedIn icon to use {baseUrl}/linkedin instead of a hardcoded external URL, so email links go through the app redirect like the other social icons. The redirect target also replaces the old simdotai company slug with simstudioai, matching the landing footer and structured data.

Reviewed by Cursor Bugbot for commit 8099104. Configure here.

@greptile-apps

greptile-apps Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds a LinkedIn social redirect and routes the email footer through it. The main changes are:

  • Added /linkedin as a temporary redirect to the Sim Studio AI LinkedIn company page.
  • Updated the transactional email footer LinkedIn icon to use ${baseUrl}/linkedin.
  • Aligned the email footer LinkedIn slug with the destination used elsewhere.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.

Important Files Changed

Filename Overview
apps/sim/components/emails/components/email-footer.tsx Updates the LinkedIn footer icon to use the app redirect path, matching the existing social link pattern.
apps/sim/next.config.ts Adds the /linkedin redirect beside the existing social redirects.

Reviews (1): Last reviewed commit: "feat(community): add /linkedin redirect ..." | Re-trigger Greptile

@waleedlatif1 waleedlatif1 merged commit f64be3c into staging Jul 14, 2026
13 checks passed
@waleedlatif1 waleedlatif1 deleted the feat/linkedin-redirect branch July 14, 2026 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant