@@ -21,48 +21,48 @@ export default function DashboardPreview() {
2121 < Card className = "glass-card border-subtle shadow-2xl" >
2222 < CardHeader >
2323 < CardTitle className = "flex items-center text-white" >
24- < FileText className = "w-5 h-5 mr-2" />
25- Repository Analysis
24+ < FileText className = "w-6 h-6 sm:w-5 sm: h-5 mr-2" />
25+ < span className = "text-lg sm:text-xl" > Repository Analysis</ span >
2626 </ CardTitle >
2727 </ CardHeader >
2828 < CardContent >
2929 < div className = "space-y-4" >
30- < div className = "flex flex-col sm:flex-row sm:items-center justify-between p-3 glass-card rounded-lg border-subtle gap-3 sm:gap-0" >
31- < div className = "flex items-center space-x-3" >
32- < div className = "w-8 h-8 bg-white/10 rounded-full flex items-center justify-center border border-subtle glow-subtle" >
33- < span className = "text-white text-sm font-bold" > R</ span >
30+ < div className = "flex flex-col sm:flex-row sm:items-center justify-between p-4 sm:p- 3 glass-card rounded-lg border-subtle gap-3 sm:gap-0" >
31+ < div className = "flex items-center space-x-3 sm:space-x-3 " >
32+ < div className = "w-12 h-12 sm:w-8 sm: h-8 bg-white/10 rounded-full flex items-center justify-center border border-subtle glow-subtle flex-shrink-0 " >
33+ < span className = "text-white text-base sm:text- sm font-bold" > R</ span >
3434 </ div >
35- < div >
36- < p className = "font-medium text-white" > react-dashboard</ p >
37- < p className = "text-sm text-white/60" > Last updated 2 hours ago</ p >
35+ < div className = "min-w-0 flex-1" >
36+ < p className = "font-medium text-white text-base sm:text-base " > react-dashboard</ p >
37+ < p className = "text-sm sm:text-sm text-white/60" > Last updated 2 hours ago</ p >
3838 </ div >
3939 </ div >
4040 < div className = "flex space-x-2" >
41- < Button size = "sm" variant = "outline" className = "glass-card border-subtle text-white/70 hover:text-white hover:bg-white/5" >
42- < ExternalLink className = "w-4 h-4" />
41+ < Button size = "sm" variant = "outline" className = "glass-card border-subtle text-white/70 hover:text-white hover:bg-white/5 w-10 h-10 sm:w-auto sm:h-auto " >
42+ < ExternalLink className = "w-5 h-5 sm:w-4 sm: h-4" />
4343 </ Button >
44- < Button size = "sm" variant = "outline" className = "glass-card border-subtle text-white/70 hover:text-white hover:bg-white/5" >
45- < Download className = "w-4 h-4" />
44+ < Button size = "sm" variant = "outline" className = "glass-card border-subtle text-white/70 hover:text-white hover:bg-white/5 w-10 h-10 sm:w-auto sm:h-auto " >
45+ < Download className = "w-5 h-5 sm:w-4 sm: h-4" />
4646 </ Button >
4747 </ div >
4848 </ div >
4949
50- < div className = "flex flex-col sm:flex-row sm:items-center justify-between p-3 glass-card rounded-lg border-subtle gap-3 sm:gap-0" >
51- < div className = "flex items-center space-x-3" >
52- < div className = "w-8 h-8 bg-white/10 rounded-full flex items-center justify-center border border-subtle glow-subtle" >
53- < span className = "text-white text-sm font-bold" > A</ span >
50+ < div className = "flex flex-col sm:flex-row sm:items-center justify-between p-4 sm:p- 3 glass-card rounded-lg border-subtle gap-3 sm:gap-0" >
51+ < div className = "flex items-center space-x-3 sm:space-x-3 " >
52+ < div className = "w-12 h-12 sm:w-8 sm: h-8 bg-white/10 rounded-full flex items-center justify-center border border-subtle glow-subtle flex-shrink-0 " >
53+ < span className = "text-white text-base sm:text- sm font-bold" > A</ span >
5454 </ div >
55- < div >
56- < p className = "font-medium text-white" > api-server</ p >
57- < p className = "text-sm text-white/60" > Last updated 1 day ago</ p >
55+ < div className = "min-w-0 flex-1" >
56+ < p className = "font-medium text-white text-base sm:text-base " > api-server</ p >
57+ < p className = "text-sm sm:text-sm text-white/60" > Last updated 1 day ago</ p >
5858 </ div >
5959 </ div >
6060 < div className = "flex space-x-2" >
61- < Button size = "sm" variant = "outline" className = "glass-card border-subtle text-white/70 hover:text-white hover:bg-white/5" >
62- < ExternalLink className = "w-4 h-4" />
61+ < Button size = "sm" variant = "outline" className = "glass-card border-subtle text-white/70 hover:text-white hover:bg-white/5 w-10 h-10 sm:w-auto sm:h-auto " >
62+ < ExternalLink className = "w-5 h-5 sm:w-4 sm: h-4" />
6363 </ Button >
64- < Button size = "sm" variant = "outline" className = "glass-card border-subtle text-white/70 hover:text-white hover:bg-white/5" >
65- < Download className = "w-4 h-4" />
64+ < Button size = "sm" variant = "outline" className = "glass-card border-subtle text-white/70 hover:text-white hover:bg-white/5 w-10 h-10 sm:w-auto sm:h-auto " >
65+ < Download className = "w-5 h-5 sm:w-4 sm: h-4" />
6666 </ Button >
6767 </ div >
6868 </ div >
@@ -73,47 +73,47 @@ export default function DashboardPreview() {
7373 < Card className = "glass-card border-subtle shadow-2xl" >
7474 < CardHeader >
7575 < CardTitle className = "flex items-center text-white" >
76- < Globe className = "w-5 h-5 mr-2" />
77- Public Documentation
76+ < Globe className = "w-6 h-6 sm:w-5 sm: h-5 mr-2" />
77+ < span className = "text-lg sm:text-xl" > Public Documentation</ span >
7878 </ CardTitle >
7979 </ CardHeader >
8080 < CardContent >
8181 < div className = "space-y-4" >
82- < div className = "p-4 glass-card border-subtle rounded-lg" >
83- < div className = "flex items-center justify-between mb-2" >
84- < h4 className = "font-medium text-white" > react-dashboard docs</ h4 >
85- < Badge variant = "secondary" className = "glass-card border-subtle text-white/80" > Public</ Badge >
82+ < div className = "p-5 sm:p- 4 glass-card border-subtle rounded-lg" >
83+ < div className = "flex items-center justify-between mb-3 sm:mb- 2" >
84+ < h4 className = "font-medium text-white text-base sm:text-base " > react-dashboard docs</ h4 >
85+ < Badge variant = "secondary" className = "glass-card border-subtle text-white/80 text-xs sm:text-xs px-2 py-1 " > Public</ Badge >
8686 </ div >
87- < p className = "text-sm text-white/60 mb-3" >
87+ < p className = "text-sm sm: text-sm text- white/60 mb-4 sm: mb-3" >
8888 Comprehensive documentation for the React dashboard project
8989 </ p >
9090 < div className = "flex flex-col sm:flex-row gap-2" >
9191 < Button size = "sm" variant = "outline" className = "glass-card border-subtle text-white/70 hover:text-white hover:bg-white/5 w-full sm:w-auto" >
92- < ExternalLink className = "w-4 h-4 mr-1" />
92+ < ExternalLink className = "w-5 h-5 sm:w-4 sm: h-4 mr-1" />
9393 View
9494 </ Button >
9595 < Button size = "sm" variant = "outline" className = "glass-card border-subtle text-white/70 hover:text-white hover:bg-white/5 w-full sm:w-auto" >
96- < GitBranch className = "w-4 h-4 mr-1" />
96+ < GitBranch className = "w-5 h-5 sm:w-4 sm: h-4 mr-1" />
9797 Create PR
9898 </ Button >
9999 </ div >
100100 </ div >
101101
102- < div className = "p-4 glass-card border-subtle rounded-lg" >
103- < div className = "flex items-center justify-between mb-2" >
104- < h4 className = "font-medium text-white" > api-server docs</ h4 >
105- < Badge variant = "secondary" className = "glass-card border-subtle text-white/80" > Public</ Badge >
102+ < div className = "p-5 sm:p- 4 glass-card border-subtle rounded-lg" >
103+ < div className = "flex items-center justify-between mb-3 sm:mb- 2" >
104+ < h4 className = "font-medium text-white text-base sm:text-base " > api-server docs</ h4 >
105+ < Badge variant = "secondary" className = "glass-card border-subtle text-white/80 text-xs sm:text-xs px-2 py-1 " > Public</ Badge >
106106 </ div >
107- < p className = "text-sm text-white/60 mb-3" >
107+ < p className = "text-sm sm: text-sm text- white/60 mb-4 sm: mb-3" >
108108 API documentation and usage examples
109109 </ p >
110110 < div className = "flex flex-col sm:flex-row gap-2" >
111111 < Button size = "sm" variant = "outline" className = "glass-card border-subtle text-white/70 hover:text-white hover:bg-white/5 w-full sm:w-auto" >
112- < ExternalLink className = "w-4 h-4 mr-1" />
112+ < ExternalLink className = "w-5 h-5 sm:w-4 sm: h-4 mr-1" />
113113 View
114114 </ Button >
115115 < Button size = "sm" variant = "outline" className = "glass-card border-subtle text-white/70 hover:text-white hover:bg-white/5 w-full sm:w-auto" >
116- < GitBranch className = "w-4 h-4 mr-1" />
116+ < GitBranch className = "w-5 h-5 sm:w-4 sm: h-4 mr-1" />
117117 Create PR
118118 </ Button >
119119 </ div >
0 commit comments