Skip to content

Commit

Permalink
Add forward slash after second legal entry
Browse files Browse the repository at this point in the history
  • Loading branch information
irfankhan10 committed Oct 3, 2024
1 parent 1c7d0e1 commit 1204910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/docs/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const Footer = () => {
</a> <div>/</div>
<a target="_blank" href="https://www.quantinuum.com/privacy-statement" className='font-medium text-xs tracking-tight text-blue-600 dark:text-blue-300'>
Privacy Policy
</a>
</a><div>/</div>
</div>
<div className='flex items-center gap-2 mt-2'>
<a target="_blank" href="https://www.quantinuum.com/cookie-notice" className='font-medium text-xs tracking-tight text-blue-600 dark:text-blue-300'>
Expand Down

0 comments on commit 1204910

Please sign in to comment.