Skip to content

Commit

Permalink
Legacy version message
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Oct 9, 2024
1 parent 72e2da8 commit 7be3fd8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,23 @@ window.name = '_spacemesh';
const store = new Store(fetchAPI);
store.bootstrap();

const style = {
backgroundColor: '#ffcc00',
color: '#333',
textAlign: 'center',
padding: '10px 0',
position: 'fixed',
top: 0,
width: '100%',
zIndex: 1000,
fontWeight: 'bold',
};

ReactDOM.render(
<StoreProvider store={store}>
<div style={style}>
This is a legacy version of the Spacemesh Explorer. Some data may be missing or incorrect.
</div>
<RouterProvider router={router} />
</StoreProvider>,
document.getElementById('root'),
Expand Down

0 comments on commit 7be3fd8

Please sign in to comment.