Skip to content

Commit 46a0f5d

Browse files
author
“Fernando
committed
added bold to footer
1 parent 63d2096 commit 46a0f5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/App.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,9 @@ function App() {
308308
<footer style={{ padding: '3rem 0', borderTop: '1px solid var(--color-bg-tertiary)', textAlign: 'center' }} className="text-muted">
309309
<div className="container">
310310
<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>
311+
<a href="https://developmentgateway.org" target="_blank" rel="noopener noreferrer" style={{color: 'var(--color-text-primary)', textDecoration: 'none', fontWeight: 'bold'}}>Development Gateway: an IREX Venture</a>
312312
<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>
313+
<a href="https://irex.org" target="_blank" rel="noopener noreferrer" style={{color: 'var(--color-text-primary)', textDecoration: 'none', fontWeight: 'bold'}}>IREX</a>
314314
</div>
315315
<div style={{ fontSize: '0.9rem', opacity: 0.8 }}>
316316
Questions? Comments? Concerns? Contact <a href="mailto:info@developmentgateway.org">info@developmentgateway.org</a>

0 commit comments

Comments
 (0)