File tree 3 files changed +21
-5
lines changed
components/track-page/primer-concept-group-card
3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 21
21
{{ svg-jar " check" class =" ml-1 w-5 text-teal-500" }}
22
22
{{ else }}
23
23
<div class =" items-center gap-1 pl-4 hidden sm:flex flex-shrink-0" >
24
- {{ svg-jar " clock" class =" w-4 fill-current text-gray-300 dark:text-gray-700" }}
25
-
26
24
<span class =" text-xs text-gray-400 dark:text-gray-600" >
27
25
{{ @concept.estimatedReadingTimeInMinutes }}
28
26
mins
29
27
</span >
28
+
29
+ {{ svg-jar " clock" class =" w-4 fill-current text-gray-300 dark:text-gray-700" }}
30
30
</div >
31
31
{{ /if }}
32
32
</div >
Original file line number Diff line number Diff line change 13
13
</:afterTitle >
14
14
15
15
<:default >
16
- <div class =" leading-6 prose dark:prose-invert mb-4" >
16
+ {{!-- <div class="leading-6 prose dark:prose-invert mb-4">
17
17
New to Rust? Start with our interactive concepts that cover the basics.
18
- </div >
18
+ </div> --}}
19
19
20
20
<TrackPage::PrimerConceptGroupCard::ConceptList @conceptGroup ={{ @conceptGroup }} />
21
21
</:default >
Original file line number Diff line number Diff line change 11
11
<div class =" flex items-start" >
12
12
<div class =" flex-grow" >
13
13
{{ #if this.trackPrimerConceptGroup }}
14
+ <div class =" border-b pb-1 mb-4 flex" >
15
+ <div class =" text-2xl font-semibold text-gray-800 dark:text-gray-200" >
16
+ {{ @model.language.name }}
17
+ Basics
18
+ </div >
19
+ </div >
20
+
21
+ <div class =" prose dark:prose-invert mb-4" >
22
+ <p >
23
+ New to
24
+ {{ @model.language.name }} ? Start with our interactive concepts that cover the basics.
25
+ </p >
26
+ </div >
27
+
14
28
<TrackPage::PrimerConceptGroupCard @language ={{ @model.language }} @conceptGroup ={{ this.trackPrimerConceptGroup }} class =" w-full mb-6" />
15
29
16
30
<div class =" border-b pb-1 mb-4 flex" >
22
36
23
37
<div class =" prose dark:prose-invert mb-4" >
24
38
<p >
25
- Ready to get your hands dirty? Here are some projects you can build.
39
+ Time to put those
40
+ {{ @model.language.name }}
41
+ skills to the test. Practice by building these projects.
26
42
</p >
27
43
</div >
28
44
{{ /if }}
You can’t perform that action at this time.
0 commit comments