Skip to content

Commit 6021612

Browse files
committed
chore:update data
1 parent a6c1a98 commit 6021612

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/data/projects/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"eterm": {
1010
"hide": false,
11-
"name": "Eterm 🚧",
11+
"name": "🚧 Eterm",
1212
"cover": "/appicons/eterm.png",
1313
"description": "A multi-control terminal software.",
1414
"url": "https://github.com/catcoal/ETerm"

src/layouts/default.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const MineInfos = () => {
3333
<img className="w-full h-full object-cover" src="/logo.webp" />
3434
</a>
3535
<div className="flex flex-col gap-2">
36-
<h2 className="text-2xl font-bold leading-none">Web & software developer</h2>
37-
<p className="text-md font-thin text-zinc-400 leading-none">Building is My Passion!</p>
36+
<h2 className="text-2xl font-bold leading-none">Web & Software Developer</h2>
37+
<p className="text-md font-thin text-zinc-400 leading-none">Build Stuff. Sometimes It Works.</p>
3838
<div className="flex items-center gap-2">
3939
<a className="opacity-50 hover:opacity-100 transition-opacity" href="https://x.com/oopserian" target="_blank">
4040
<IconBrandX size={20} />

0 commit comments

Comments
 (0)