Skip to content

Commit

Permalink
Update src/components/TermsAgreementModal/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Anjula Shanaka <[email protected]>
  • Loading branch information
Madhawa97 and anjula-sack authored Sep 29, 2024
1 parent 481cf47 commit 693a56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TermsAgreementModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const TermsAgreementModal: React.FC<TermsAgreementModalProps> = ({

<div className="flex items-center relative">
<p className="text-md font-semibold mt-4 mb-1 text-gray-900">
ScholarX {guideType} Guide 2024
ScholarX {guideType} Guide
</p>
<div className="flex items-center justify-center absolute left-[14.2rem] top-[18.5px]">
<Tooltip content={`Open ${guideType} Guide`} isVisible={true}>
Expand Down

0 comments on commit 693a56b

Please sign in to comment.