mirror of
https://github.com/webgiss/replo
synced 2024-11-16 19:48:26 +01:00
BUGFIX : class -> className
This commit is contained in:
parent
b8ae0315e2
commit
ab3e797abd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ function App() {
|
|||
return (
|
||||
<div className="App">
|
||||
<Stack />
|
||||
<div class='AppInfo'><span className='Name'>Replo</span> version <span className='Version'>{version}</span> - Sources: <a href='https://github.com/webgiss/replo'>https://github.com/webgiss/replo</a></div>
|
||||
<div className='AppInfo'><span className='Name'>Replo</span> version <span className='Version'>{version}</span> - Sources: <a href='https://github.com/webgiss/replo'>https://github.com/webgiss/replo</a></div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue