Thanks to visit codestin.com
Credit goes to github.com

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

learn V2 #59

Merged
merged 16 commits into from
Nov 1, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
vinaypuppal committed Oct 29, 2017
commit 627a7f381ba85f40045836241e42104cfaabd446
4 changes: 2 additions & 2 deletions pages/learn/subject.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import publicPage from '../../hocs/public-page';
export default publicPage(props => (
<div>
<TopBanner
pageTitle={`learn/${props.url.query.subject}`}
pageTitle={`learn/${props.url.query.id}`}
pageSubTitle="Physical spaces for collaboration, peer-learning and self-learning"
/>
<main>
<section>
<h1>Under construction</h1>
<p>You are on learn/{props.url.query.subject} page</p>
<p>You are on learn/{props.url.query.id} page</p>
</section>
</main>
<style jsx>{`
Expand Down