diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-01-05 08:52:19 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-01-05 08:52:19 +0100 |
| commit | 98792144656ce8accadab2c120ccf53d04cac76f (patch) | |
| tree | e4159651fa2faa8c385f94894ec95119cde06906 /client/components/Paintings.jsx | |
| parent | 6315fba9a83bb3e24193f35421ec8a41dde6c5ad (diff) | |
fix paths
Diffstat (limited to 'client/components/Paintings.jsx')
| -rw-r--r-- | client/components/Paintings.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/Paintings.jsx b/client/components/Paintings.jsx index a2eb601..79dbe76 100644 --- a/client/components/Paintings.jsx +++ b/client/components/Paintings.jsx @@ -36,7 +36,7 @@ export default class Paintings extends Component { const page = ( <div class='cell'> <div class='painting'> - <a href='http://asdf.us/pepper' target='_blank'> + <a href='http://asdf.us/pepper/' target='_blank'> <div class='image' style={'background-image: url(' + about.image.uri + ')'} /> </a> </div> |
