0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 15:03:07 +00:00

fix *suppdorted* typo

This commit is contained in:
Gazook89
2022-03-11 23:11:27 -06:00
parent 28d45b89e0
commit 3a82e2a24b

View File

@@ -151,7 +151,7 @@ const MetadataEditor = createClass({
dropdown = dropdown =
<Nav.dropdown className='disabled' trigger='disabled'> <Nav.dropdown className='disabled' trigger='disabled'>
<div> <div>
{`Themes are not suppdorted in the Legacy Renderer`} <i className='fas fa-caret-down'></i> {`Themes are not supported in the Legacy Renderer`} <i className='fas fa-caret-down'></i>
</div> </div>
</Nav.dropdown>; </Nav.dropdown>;
} else { } else {