Update src/pages/modManager.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m12s

This commit is contained in:
freakoverse 2025-03-04 14:49:02 +00:00
parent 2de1a66488
commit 662541a71f

View File

@ -59,6 +59,15 @@ export const ModManagerPage = () => {
title="Embedded YouTube" title="Embedded YouTube"
/> />
</div> </div>
<div style={{ width: '100%' }}>
<a
className='btn btnMain'
style={{ textAlign: 'center' }}
href='https://github.com/ModOrganizer2/modorganizer/releases'
target='_blank'
>Download Mod Organizer 2 from Github
</a>
</div>
</div> </div>
</div> </div>
</div> </div>