Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit 38b5985

Browse files
authored
Add Frame Generator Navlink (#103)
1 parent 183f7a7 commit 38b5985

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

src/components/nav.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,17 +165,17 @@ const Navigation = ({ muted, handleMute, handleToggle, ...props }) => (
165165
</Link>
166166
</Box>
167167

168-
<Box className="navLink">
168+
<Box className="navLink" sx={{mb: [4, 0]}}>
169169
<Link href='/guide'>
170170
<a>Guide</a>
171171
</Link>
172172
</Box>
173173

174-
{/* <Box className="navLink" sx={{mb: [4, 0]}}>
174+
<Box className="navLink">
175175
<Link>
176-
<a href="https://frame.dscnitrourkela.org" target="_blank">Badge</a>
176+
<a href="https://frame.dscnitrourkela.org" target="_blank">Frame</a>
177177
</Link>
178-
</Box> */}
178+
</Box>
179179
</Container>
180180

181181
{props.music && (

src/screens/GuideScreen/GuideSection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const Gallery = () => {
158158
<li>You must link to a public code repository for your project.</li>
159159
<li>
160160
The project should be entirely built during the hackathon hours
161-
xcept for the hack which is built under the Old Hacks Track).
161+
(except for the hack which is built under the Old Hacks Track).
162162
</li>
163163
</ul>
164164
</Container>

src/screens/TimelineScreen/data.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,6 @@
170170
"time":"22:30",
171171
"type":"Workshops",
172172
"host":"EchoAR"
173-
},
174-
{
175-
"title":"Mini Event",
176-
"time":"23:00",
177-
"type":"MiniEvents",
178-
"host":"HackNITR Team"
179173
}
180174
]
181175
},

0 commit comments

Comments
 (0)