Skip to content

Commit 9c6c661

Browse files
committed
card
1 parent 392740a commit 9c6c661

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/PostMetadata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const PostMetadata = ({ metadata }) => {
99
return (
1010
<aside className="sticky top-24">
1111
<div className="p-6 bg-gray-800/50 rounded-lg border border-gray-700/50">
12-
<h3 className="text-lg font-semibold text-white mb-4">About Post</h3>
12+
<h3 className="text-lg font-semibold text-gray-100 mb-4 border-b pb-2 border-gray-500">About Post</h3>
1313
<div className="space-y-4">
1414
<div>
1515
<Label>Title</Label>

src/components/ProjectMetadata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const ProjectMetadata = ({ project }) => {
99
return (
1010
<aside className="sticky top-24">
1111
<div className="p-6 bg-gray-800/50 rounded-lg border border-gray-700/50">
12-
<h3 className="text-lg font-semibold text-white mb-4">About Project</h3>
12+
<h3 className="text-lg font-semibold text-gray-100 mb-4 border-b pb-2 border-gray-500">About Project</h3>
1313
<div className="space-y-4">
1414
<div>
1515
<Label>Title</Label>

0 commit comments

Comments
 (0)