Skip to content

Commit e49c7ee

Browse files
committed
Path to www.reactium.io in Welcome.
1 parent 23cb6d9 commit e49c7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Welcome/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import React from 'react';
88
const Welcome = () => {
99
return (
1010
<div style={{ width: '100vw', height: '100vh' }}>
11-
<iframe width='100%' height='100%' src='https://reactium.io/' />
11+
<iframe width='100%' height='100%' src='https://www.reactium.io/' />
1212
</div>
1313
);
1414
};

0 commit comments

Comments
 (0)