Skip to content

Commit 46b962a

Browse files
committed
Remove date from projects
1 parent 138085a commit 46b962a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ui/work-table.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,8 @@ export const WorkTable = () => {
254254
highlightedWork === work.name ? 'border-primary' : 'border-primary/0'
255255
}`}
256256
>
257-
<div className="flex w-full items-center justify-between">
257+
<div className="flex w-full items-center">
258258
<h3 className="text-primary">{work.name}</h3>
259-
<div>{work.date}</div>
260259
</div>
261260
<div className="grid w-full grid-cols-1 gap-6 md:grid-cols-2">
262261
<div className="flex h-full w-full flex-col justify-center gap-4">

0 commit comments

Comments
 (0)