Skip to content

Commit

Permalink
Deleted team-lead-contact-info.md, Created project-edit-info.md, Chan…
Browse files Browse the repository at this point in the history
…ged the link text to: Click here to find out how to change this field, Made sure the link opens in a new tab
  • Loading branch information
chukalicious committed Dec 21, 2021
1 parent 3a107e0 commit 28b1802
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions client/src/components/manageProjects/editableField.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,12 @@ const EditableField = ({
) : (
<span className="project-edit-button" style={{ color: 'gray' }}>
{' '}
<a href="https://github.com/chukalicious/VRMS/blob/feature/allow-pm-to-edit-project-fields/team-lead-contact-info.md">
[Contact your team lead to make changes to this field]
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/hackforla/VRMS/blob/development/team-lead-contact-info.md"
>
[Click here to find out how to change this field]
</a>
</span>
)}
Expand Down
File renamed without changes.

0 comments on commit 28b1802

Please sign in to comment.