Skip to content

Commit dd7865b

Browse files
Update InfoPanel to remove course details
Removed course information from InfoPanel component.
1 parent c8243e7 commit dd7865b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

frontend/src/components/InfoPanel.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ const AboutContent = () => (
3838
<hr className="my-6 border-slate-700" />
3939
<div className="text-sm text-slate-400 space-y-1">
4040
<p>
41-
<span className="font-semibold text-slate-300">Autor:</span> stillfreecode - AngelCV
42-
</p>
43-
<p>
44-
<span className="font-semibold text-slate-300">Curso:</span> Inteligencia Artificial
41+
<span className="font-semibold text-slate-300">stillfreecode</span>
4542
</p>
4643
</div>
4744
</>

0 commit comments

Comments
 (0)