Skip to content

Commit 63d2096

Browse files
author
“Fernando
committed
Merge branch 'feedback'
2 parents df474bf + a25eae0 commit 63d2096

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy static content to Pages
22

33
on:
44
push:
5-
branches: ['master']
5+
branches: ['**']
66
workflow_dispatch:
77

88
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

client/src/App.jsx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)