File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments