@@ -307,13 +307,10 @@ function App() {
307307 </ main >
308308 < footer style = { { padding : '3rem 0' , borderTop : '1px solid var(--color-bg-tertiary)' , textAlign : 'center' } } className = "text-muted" >
309309 < div className = "container" >
310- < div style = { { display : 'flex' , justifyContent : 'center' , alignItems : 'center' , gap : '2rem' , marginBottom : '1rem' , flexWrap : 'wrap' } } >
311- < div style = { { display : 'flex' , alignItems : 'center' , gap : '1rem' , opacity : 0.8 } } >
312- < span style = { { fontSize : '0.9rem' , textTransform : 'uppercase' , letterSpacing : '1px' } } > { t ( 'footer.powered_by' ) } </ span >
313- < span style = { { fontSize : '1.2rem' , fontWeight : 'bold' , color : 'var(--color-text-primary)' } } > IREX</ span >
314- < span style = { { height : '20px' , width : '1px' , background : 'var(--color-text-secondary)' } } > </ span >
315- < span style = { { fontSize : '1.2rem' , fontWeight : 'bold' , color : 'var(--color-text-primary)' } } > Development Gateway</ span >
316- </ div >
310+ < div style = { { display : 'flex' , justifyContent : 'center' , alignItems : 'center' , gap : '0.5rem' , flexWrap : 'wrap' , marginBottom : '1rem' } } >
311+ < a href = "https://developmentgateway.org" target = "_blank" rel = "noopener noreferrer" style = { { color : 'var(--color-text-primary)' , textDecoration : 'none' } } > Development Gateway: an IREX Venture</ a >
312+ < span style = { { padding : '0 0.5rem' } } > |</ span >
313+ < a href = "https://irex.org" target = "_blank" rel = "noopener noreferrer" style = { { color : 'var(--color-text-primary)' , textDecoration : 'none' } } > IREX</ a >
317314 </ div >
318315 < div style = { { fontSize : '0.9rem' , opacity : 0.8 } } >
319316 Questions? Comments? Concerns? Contact < a href = "mailto:info@developmentgateway.org" > info@developmentgateway.org</ a >
0 commit comments