Credit NASA for 404 picture
This commit is contained in:
parent
55c8b787df
commit
47006aa753
|
@ -12,6 +12,9 @@ export function PleaseLogin() {
|
||||||
</Message>
|
</Message>
|
||||||
|
|
||||||
<img className='photo-404' src='/404.jpg' />
|
<img className='photo-404' src='/404.jpg' />
|
||||||
|
<p style={{ textAlign: 'right' }}>
|
||||||
|
<i>Space shuttle Endeavour, NASA (2011)</i>
|
||||||
|
</p>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
@ -25,6 +28,9 @@ export function NotFound() {
|
||||||
</Message>
|
</Message>
|
||||||
|
|
||||||
<img className='photo-404' src='/404.jpg' />
|
<img className='photo-404' src='/404.jpg' />
|
||||||
|
<p style={{ textAlign: 'right' }}>
|
||||||
|
<i>Space shuttle Endeavour, NASA (2011)</i>
|
||||||
|
</p>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user