Add Buy Me a Coffee support section
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

Added Buy Me a Coffee badges and links to READMEs, welcome modal, and app footer to allow users to support the project development.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-05 08:49:48 +08:00
parent ed492c1874
commit 26e741657f
4 changed files with 44 additions and 0 deletions

View File

@@ -122,6 +122,16 @@ export function App() {
<footer className={styles.footer}>
<span>Pedigree Draw - For genetic counselors and bioinformatics professionals</span>
<span>NSGC Standard Symbols</span>
<span>
<a
href="https://buymeacoffee.com/gbanyan"
target="_blank"
rel="noopener noreferrer"
style={{ color: '#FFDD00', textDecoration: 'none', fontWeight: '500' }}
>
Support this project
</a>
</span>
</footer>
{showWelcome && <WelcomeModal onClose={handleCloseWelcome} />}