Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dpa to remove error #10932

Merged
merged 1 commit into from
Mar 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions src/pages/dpa.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1592,30 +1592,7 @@ function DpaGenerator() {
above;
</li>
<li>
the role of the{' '}
<Tooltip
content={() => (
<>
Fill out the form <span className="md:hidden">at the top</span>
<span className="hidden md:inline-block">to the left</span> populate
these fields
</>
)}
placement="top"
className="[&_button]:cursor-auto"
>
<span className="relative">
<button type="button">
<label
htmlFor="yourTitle"
className="bg-yellow/40 font-bold px-0.5 py-0.5"
>
{yourTitle ? yourTitle : '[YOUR TITLE]'}
</label>
</button>
</span>
</Tooltip>{' '}
is controller; and
the role of the exporter is controller; and
</li>
<li>the activities relate to the provision of the Services.</li>
</ul>
Expand Down