Commit ff2c582 committed Dec 6, 2024 · 1 / 1
1 parent eefc847 commit ff2c582 Copy full SHA for ff2c582
File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,22 @@ const IndexPage: FC<Props> = async ({ params }) => {
40
40
< >
41
41
Hackernews new jobs
42
42
{ statisticsText && (
43
- < small className = "relative -top-4 align-baseline text-muted-foreground text-base tracking-normal font-semibold ml-2" >
43
+ < small className = "hidden md:inline-block relative -top-4 align-baseline text-muted-foreground text-base tracking-normal font-semibold ml-2" >
44
44
{ statisticsText }
45
45
</ small >
46
46
) }
47
47
</ >
48
48
}
49
- subTitle = { `New and repeated job ads from ${ firstMonth . name } to ${ lastMonth . name } .` }
49
+ subTitle = {
50
+ < >
51
+ < span className = "hidden md:inline" >
52
+ { `New and repeated job ads from ${ firstMonth . name } to ${ lastMonth . name } . ` }
53
+ </ span >
54
+ < span className = "inline md:hidden" >
55
+ { `New and repeated job ads from ${ firstMonth . name } to ${ lastMonth . name } . ${ statisticsText } .` }
56
+ </ span >
57
+ </ >
58
+ }
50
59
/>
51
60
< LineChartMultiple chartData = { lineChartMultipleData } />
52
61
< NewOldCompaniesSection
Original file line number Diff line number Diff line change @@ -123,10 +123,10 @@ plausible partytown
123
123
responsive table
124
124
winston console prod
125
125
add info logs
126
- responsive superscript title text
126
+ responsive superscript title text
127
127
responsive footer
128
128
layout min - width 320 scroll
129
- orange old companies
129
+ orange old companies
130
130
metadata and og image
131
131
fix scheduler logging
132
132
You can’t perform that action at this time.
0 commit comments