File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ function CourseDetail() {
20
20
21
21
return (
22
22
< div className = "container mt-5" >
23
- < h2 > { course . title } </ h2 >
24
- < img src = { course . image } alt = { course . title } className = "img-fluid" />
25
- < p > { course . description } </ p >
26
- < h4 > Course Content:</ h4 >
23
+ < h2 className = 'text-center' > { course . title } </ h2 >
24
+ { /* <img src={course.image} alt={course.title} className="img-fluid" /> */ }
25
+ < p className = 'text-center' > { course . description } </ p >
26
+ < h4 className = 'text-center' > Course Content:</ h4 >
27
27
< YouTubeEmbed videoId = { course . ytb_vid } />
28
28
29
29
{ /* Use dangerouslySetInnerHTML to inject the HTML from the markdown */ }
Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ const courses = {
244
244
\n### Why Oh My Zsh?
245
245
\n<code>Oh My Zsh</code> is an open source framework, used to customize zsh as well as manage its configs.
246
246
\n## Steps Performed:
247
+ \n---
247
248
\n### ZSH Installation
248
249
\nInstallation may differ according to your OS. [See here](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)
249
250
\n**For Ubuntu**: <code> $ sudo apt intall zsh</code>
You can’t perform that action at this time.
0 commit comments