mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-05 21:54:47 -04:00
Move prompts
This commit is contained in:
@@ -174,6 +174,20 @@ export default function Post() {
|
||||
</div>
|
||||
)}
|
||||
|
||||
{user?.profile?.description && (
|
||||
<div>
|
||||
<h2 className="text-sm font-medium text-gray-500 uppercase tracking-wider">About</h2>
|
||||
<p className={pStyle}>{user.profile.description}</p>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{user?.profile?.contactInfo && (
|
||||
<div>
|
||||
<h2 className="text-sm font-medium text-gray-500 uppercase tracking-wider">Contact</h2>
|
||||
<p className={pStyle}>{user.profile.contactInfo}</p>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{user?.profile?.promptAnswers && (
|
||||
<div className="mt-3"><
|
||||
h2 className="text-sm font-medium text-gray-500 uppercase tracking-wider">Prompt Answers</h2>
|
||||
@@ -191,20 +205,6 @@ export default function Post() {
|
||||
</div>
|
||||
)}
|
||||
|
||||
{user?.profile?.description && (
|
||||
<div>
|
||||
<h2 className="text-sm font-medium text-gray-500 uppercase tracking-wider">About</h2>
|
||||
<p className={pStyle}>{user.profile.description}</p>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{user?.profile?.contactInfo && (
|
||||
<div>
|
||||
<h2 className="text-sm font-medium text-gray-500 uppercase tracking-wider">Contact</h2>
|
||||
<p className={pStyle}>{user.profile.contactInfo}</p>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{/*<div>*/}
|
||||
{/* <h2 className="text-sm font-medium text-gray-500 uppercase tracking-wider">Creation Date</h2>*/}
|
||||
{/* <p className={pStyle}>*/}
|
||||
|
||||
Reference in New Issue
Block a user