Skip to content

Commit a88f27f

Browse files
authored
Add author name to DeepLab version header
1 parent 4defffe commit a88f27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ export default function DeepLabCNN() {
427427
<div className="bg-blue-600 p-1.5 rounded-lg">
428428
<Microscope className="w-5 h-5 text-white" />
429429
</div>
430-
<h1 className="font-bold text-lg tracking-tight">DeepLab <span className="font-normal text-slate-500">v1.0</span></h1>
430+
<h1 className="font-bold text-lg tracking-tight">DeepLab <span className="font-normal text-slate-500">v1.0 by Simon</span></h1>
431431
</div>
432432

433433
<div className="flex-1 flex items-center justify-end gap-6 text-sm shrink-0">

0 commit comments

Comments
 (0)