We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cb6d9 commit e49c7eeCopy full SHA for e49c7ee
src/app/components/Welcome/index.js
@@ -8,7 +8,7 @@ import React from 'react';
8
const Welcome = () => {
9
return (
10
<div style={{ width: '100vw', height: '100vh' }}>
11
- <iframe width='100%' height='100%' src='https://reactium.io/' />
+ <iframe width='100%' height='100%' src='https://www.reactium.io/' />
12
</div>
13
);
14
};
0 commit comments