fix: remove stale featured ref in projects, fix command-palette D.projects -> D.services

This commit is contained in:
khondokartowsif171
2026-04-27 18:17:12 +06:00
parent 60cf932aa0
commit e090f7a6f7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ const ProjectCard = ({ p }) => {
}}>
<div>
<div style={{
fontSize: featured ? 22 : 18,
fontSize: 18,
fontWeight: 500,
letterSpacing: "-0.01em",
color: tint.text,