File tree Expand file tree Collapse file tree
components/emails/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,10 +81,7 @@ export function EmailFooter({
8181 </ Link >
8282 </ td >
8383 < td align = 'left' style = { { padding : '0 8px' } } >
84- < Link
85- href = 'https://www.linkedin.com/company/simdotai'
86- rel = 'noopener noreferrer'
87- >
84+ < Link href = { `${ baseUrl } /linkedin` } rel = 'noopener noreferrer' >
8885 < Img
8986 src = { `${ baseUrl } /static/linkedin-icon.png` }
9087 width = '20'
Original file line number Diff line number Diff line change @@ -339,6 +339,11 @@ const nextConfig: NextConfig = {
339339 destination : 'https://x.com/simdotai' ,
340340 permanent : false ,
341341 } ,
342+ {
343+ source : '/linkedin' ,
344+ destination : 'https://www.linkedin.com/company/simstudioai/' ,
345+ permanent : false ,
346+ } ,
342347 {
343348 source : '/github' ,
344349 destination : 'https://github.com/simstudioai/sim' ,
You can’t perform that action at this time.
0 commit comments