File tree 3 files changed +18
-18
lines changed
3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
- Timestamp: 2025-03-05T13:37:08Z
1
+ Timestamp: 2025-03-05T13:42:01Z
2
2
Repository: https://github.com/acailic/awesome-scalability-talks
3
3
DeployedAt: https://acailic.github.io/awesome-scalability-talks
4
- Version: aea0a5d
4
+ Version: bd8eaa7
Original file line number Diff line number Diff line change @@ -27,20 +27,20 @@ export default function Footer() {
27
27
28
28
return (
29
29
< footer className = "footer" >
30
- < p > © 2023 Cozy React Learning Hub. All rights reserved.</ p >
31
- < p > Built with React, TypeScript, and lots of ❤️</ p >
32
30
{ deploymentInfo . timestamp && (
33
- < p className = "deployment-info" >
34
- Last deployed: { isValidDate ( deploymentInfo . timestamp )
35
- ? new Date ( deploymentInfo . timestamp ) . toLocaleDateString ( 'en-US' , {
36
- year : 'numeric' ,
37
- month : 'long' ,
38
- day : 'numeric'
39
- } )
40
- : 'Invalid date format' } •
41
- < a href = { deploymentInfo . repository } target = "_blank" rel = "noopener noreferrer" > Repository</ a > •
42
- { deploymentInfo . version && < span > Version: { deploymentInfo . version } </ span > }
43
- </ p >
31
+ < p className = "deployment-info" >
32
+ Last deployed: { isValidDate ( deploymentInfo . timestamp )
33
+ ? new Date ( deploymentInfo . timestamp ) . toLocaleDateString ( 'en-US' , {
34
+ year : 'numeric' ,
35
+ month : 'long' ,
36
+ day : 'numeric' ,
37
+ hour : '2-digit' ,
38
+ minute : '2-digit'
39
+ } )
40
+ : 'Invalid date format' } •
41
+ < a href = { deploymentInfo . repository } target = "_blank" rel = "noopener noreferrer" > Repository</ a > •
42
+ { deploymentInfo . version && < span > Version: { deploymentInfo . version } </ span > }
43
+ </ p >
44
44
) }
45
45
</ footer >
46
46
) ;
Original file line number Diff line number Diff line change 88
88
justify-content : space-between;
89
89
align-items : center;
90
90
cursor : pointer;
91
- padding : 2 px 4 px ; /* Reduced from 4px 8px */
92
- border-radius : 8 px ;
91
+ padding : 1 px 2 px ; /* Reduced from 4px 8px */
92
+ border-radius : 2 px ;
93
93
transition : background-color 0.2s ease;
94
- min-height : 22 px ; /* Ensure minimum height when collapsed */
94
+ min-height : 15 px ; /* Ensure minimum height when collapsed */
95
95
}
96
96
97
97
.tag-list-header : hover {
You can’t perform that action at this time.
0 commit comments