We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec21e1c commit e423e39Copy full SHA for e423e39
1 file changed
src/components/Sidebar.js
@@ -122,10 +122,7 @@ var content2 = [
122
{ separator: true, title: "Ohjelmoinnin perusteet" },
123
]
124
125
-var futurePages = [
126
- { title: "Osa 13", tba: "12.4.2019" },
127
- { title: "Osa 14", tba: "19.4.2019" },
128
-]
+var futurePages = [{ title: "Osa 14", tba: "19.4.2019" }]
129
130
const MobileWrapper = styled.div`
131
@media only screen and (max-width: ${SMALL_MEDIUM_BREAKPOINT}) {
0 commit comments