We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a60d8 commit f6322afCopy full SHA for f6322af
1 file changed
Source code/src/components/DevelopmentFocusSection.tsx
@@ -33,7 +33,7 @@ const DevelopmentFocusSection = () => {
33
<div className="focus-icon bg-primary-blue/5 text-primary-blue">
34
<Cpu size={24} />
35
</div>
36
- <h3 className="text-xl font-bold mb-3 text-primary-blue">Control and Computer Vision</h3>
+ <h3 className="text-xl font-bold mb-3 text-primary-blue">Computer Vision on Edge</h3>
37
<p className="text-night">Developing software for Drones and Robotics using state-of-the-art control and computer vision systems.</p>
38
</CardContent>
39
</Card>
0 commit comments