File tree Expand file tree Collapse file tree 2 files changed +4
-24
lines changed Expand file tree Collapse file tree 2 files changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ import {
32
32
K8sJobIcon ,
33
33
K8sCronJobIcon ,
34
34
K8sStorageIcon ,
35
- K8sDaemonSetIcon ,
36
- K8sPodIcon
35
+ K8sDaemonSetIcon
37
36
} from './components/KubernetesIcons' ;
38
37
39
38
type PreviewMode = 'visual' | 'yaml' | 'summary' | 'argocd' | 'flow' ;
@@ -984,13 +983,7 @@ function App() {
984
983
CronJobs
985
984
</ button >
986
985
987
- < button
988
- disabled
989
- className = "flex items-center w-full px-2 py-2 text-sm font-medium rounded-md text-gray-400 dark:text-gray-600 cursor-not-allowed opacity-50"
990
- >
991
- < K8sPodIcon className = "mr-3 flex-shrink-0 h-6 w-6 text-gray-400 dark:text-gray-600" />
992
- Pods
993
- </ button >
986
+
994
987
</ div >
995
988
) }
996
989
{ /* Storage Group */ }
Original file line number Diff line number Diff line change 1
- import { Github , Heart , Zap } from 'lucide-react' ;
1
+ import { Github , Heart } from 'lucide-react' ;
2
2
3
3
export function Footer ( ) {
4
4
const currentYear = new Date ( ) . getFullYear ( ) ;
@@ -42,20 +42,7 @@ export function Footer() {
42
42
< span > for the Kubernetes community</ span >
43
43
</ div >
44
44
45
- { /* Right: Built with Bolt.new Badge */ }
46
- < div className = "flex justify-end" >
47
- < a
48
- href = "https://bolt.new"
49
- target = "_blank"
50
- rel = "noopener noreferrer"
51
- className = "inline-flex items-center space-x-2 px-3 py-2 bg-gradient-to-r from-purple-600 to-blue-600 hover:from-purple-700 hover:to-blue-700 rounded-lg transition-all duration-200 text-sm font-medium shadow-lg hover:shadow-xl transform hover:scale-105"
52
- >
53
- < div className = "w-5 h-5 bg-white rounded flex items-center justify-center" >
54
- < Zap className = "w-3 h-3 text-purple-600" />
55
- </ div >
56
- < span > Built with Bolt.new</ span >
57
- </ a >
58
- </ div >
45
+
59
46
</ div >
60
47
</ div >
61
48
</ div >
You can’t perform that action at this time.
0 commit comments