Skip to content

Commit ca86c77

Browse files
author
alejot127
committed
fix missing bio + missing backslash on map image path
1 parent 4b6118b commit ca86c77

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/views/Campout/DJLineUp.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ const DJLineup = () => {
172172
<DJ
173173
name="RemyD"
174174
soundcloud="https://soundcloud.com/jeremy-moore-703165379"
175+
bio=""
176+
affiliation=""
177+
instagram=""
178+
image=""
175179
/>
176180
{/* <DJ
177181
name="Rich King"

src/views/Campout/WhatToExpect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const content = [
6767
header: 'Map',
6868
body: 'The Incline is a new queer-owned retreat space, this is a layout of the space',
6969
img: {
70-
src: 'images/incline_map_24.png',
70+
src: '/images/incline_map_24.png',
7171
height: '100%',
7272
width: '100%',
7373
},

0 commit comments

Comments
 (0)