questions fix

This commit is contained in:
nmemmert
2026-06-03 11:18:22 -04:00
parent 3e49ccce62
commit b7aa32e4b7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -872,7 +872,7 @@ export function StudyLandingPage({ content }: Props) {
</p>
<div style={{ display: 'flex', gap: '0.75rem', justifyContent: 'center', flexWrap: 'wrap' }}>
<a href="/questions" className="btn-primary">Browse Q&amp;A Archive </a>
<a href="/questions#ask" className="btn-secondary">Submit a Question</a>
<a href="/contact" className="btn-secondary">Submit a Question</a>
</div>
</div>
</section>