Commit 6036fa79 authored by Ray Schamp's avatar Ray Schamp

Fix homepage row links

parent d5411ca2
...@@ -59,7 +59,7 @@ const Carousel = props => { ...@@ -59,7 +59,7 @@ const Carousel = props => {
> >
{props.items.map(item => { {props.items.map(item => {
let href = ''; let href = '';
switch (props.type) { switch (item.type) {
case 'gallery': case 'gallery':
href = `/studios/${item.id}/`; href = `/studios/${item.id}/`;
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment