Skip to content

Commit e423e39

Browse files
author
avihavai
committed
sidebar fix
1 parent ec21e1c commit e423e39

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/components/Sidebar.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,7 @@ var content2 = [
122122
{ separator: true, title: "Ohjelmoinnin perusteet" },
123123
]
124124

125-
var futurePages = [
126-
{ title: "Osa 13", tba: "12.4.2019" },
127-
{ title: "Osa 14", tba: "19.4.2019" },
128-
]
125+
var futurePages = [{ title: "Osa 14", tba: "19.4.2019" }]
129126

130127
const MobileWrapper = styled.div`
131128
@media only screen and (max-width: ${SMALL_MEDIUM_BREAKPOINT}) {

0 commit comments

Comments
 (0)