Skip to content

Commit 9cb9b53

Browse files
committed
Update text to include author attribution.
1 parent 3d318db commit 9cb9b53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/examples/Index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function ExamplesIndex() {
1313
<Page style={{ backgroundColor: 'transparent', minHeight: '100vh' }}>
1414
<Page.Header style={{ backgroundColor: 'transparent', position: 'relative', zIndex: 1, padding: '3rem 0 1rem 0' }}>
1515
<Text h1 style={{ color: '#fff', marginBottom: '8px', textShadow: '0 0 10px rgba(0, 255, 255, 0.5)' }}>Three ML-Agents Examples</Text>
16-
<Text p style={{ color: '#ccc' }}>Interactive reinforcement learning environments in the browser. Learn more about the project and fork on <a href="https://github.com/lukehollis/three-mlagents" target="_blank" rel="noopener noreferrer" style={{ color: '#00ffff', textDecoration: 'none' }}>GitHub</a>.</Text>
16+
<Text p style={{ color: '#ccc' }}>Interactive reinforcement learning environments in the browser. Learn more about the project and fork on <a href="https://github.com/lukehollis/three-mlagents" target="_blank" rel="noopener noreferrer" style={{ color: '#00ffff', textDecoration: 'none' }}>GitHub</a>. Built by <a href="https://github.com/lukehollis" target="_blank" rel="noopener noreferrer" style={{ color: '#00ffff', textDecoration: 'none' }}>Luke Hollis</a>.</Text>
1717
</Page.Header>
1818

1919
<Page.Content style={{ backgroundColor: 'transparent', position: 'relative', zIndex: 1 }}>

0 commit comments

Comments
 (0)