We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138085a commit 46b962aCopy full SHA for 46b962a
src/ui/work-table.tsx
@@ -254,9 +254,8 @@ export const WorkTable = () => {
254
highlightedWork === work.name ? 'border-primary' : 'border-primary/0'
255
}`}
256
>
257
- <div className="flex w-full items-center justify-between">
+ <div className="flex w-full items-center">
258
<h3 className="text-primary">{work.name}</h3>
259
- <div>{work.date}</div>
260
</div>
261
<div className="grid w-full grid-cols-1 gap-6 md:grid-cols-2">
262
<div className="flex h-full w-full flex-col justify-center gap-4">
0 commit comments