We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a00396 commit e366020Copy full SHA for e366020
1 file changed
src/pages/Index.tsx
@@ -117,7 +117,7 @@ const Index = () => {
117
<div className="bg-gradient-to-br from-blue-800/50 to-orange-900/30 p-8 rounded-2xl border border-blue-500/20">
118
<h3 className="text-2xl font-bold text-yellow-400 mb-6">What I Do</h3>
119
<ul className="space-y-3 text-blue-100">
120
- When I’m not deep in YAML or container logs...
+ <p>When I’m not deep in YAML or container logs...</p>
121
<li className="flex items-center gap-3">
122
<div className="w-2 h-2 bg-yellow-400 rounded-full"></div>
123
Run local tech meetup groups
0 commit comments