Skip to content

Commit

Permalink
Update profileHeader.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
avsomers25 committed Oct 15, 2024
1 parent 236a5f3 commit c002145
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/dashboard/components/profileHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ export default function ProfileHeader(props: {
{waiverState && (<p className="text-xs italic text-green-500 mt-2">{"Waiver Uploaded"}</p>)}
<div className="flex flex-row items-center justify-center">
<p>Click
<a className="hover:underline" href="waiver.pdf" rel="noopener noreferrer" target="_blank"> PDF</a>/
<a className="hover:underline" href="https://docs.google.com/document/d/10lLW1txoODd2ZVVNkj5mPeOYJWQ8_WflHi6cwo5I_b8/copy" rel="noopener noreferrer" target="_blank">DOC </a>
<a className="hover:underline" href="https://docs.google.com/document/d/10lLW1txoODd2ZVVNkj5mPeOYJWQ8_WflHi6cwo5I_b8/copy" rel="noopener noreferrer" target="_blank">HERE </a>
for waiver
</p>
<input
Expand Down

0 comments on commit c002145

Please sign in to comment.