ory.sh -> ory.com (#1078)

This commit is contained in:
Deepak Prabhakara 2025-12-10 16:47:54 +00:00 committed by GitHub
parent daadccbfd0
commit e5f5822f69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View File

@ -18,11 +18,7 @@ export default function Footer() {
</a> </a>
<p className='mt-4 text-sm text-gray-500 sm:ml-4 sm:mt-0 sm:border-l-2 sm:border-gray-200 sm:py-2 sm:pl-4'> <p className='mt-4 text-sm text-gray-500 sm:ml-4 sm:mt-0 sm:border-l-2 sm:border-gray-200 sm:py-2 sm:pl-4'>
Powered by Powered by
<a <a href='https://ory.com' className='ml-1 text-gray-600' rel='noopener noreferrer' target='_blank'>
href='https://ory.sh'
className='ml-1 text-gray-600'
rel='noopener noreferrer'
target='_blank'>
<strong>Ory</strong> <strong>Ory</strong>
</a> </a>
</p> </p>

View File

@ -33,7 +33,7 @@ export default function Header() {
</span> </span>
<span> <span>
Made with <span className='text-red-500'>&#9829;</span>{' '} Made with <span className='text-red-500'>&#9829;</span>{' '}
<a href='https://ory.sh' rel='noopener noreferrer' target='_blank'> <a href='https://ory.com' rel='noopener noreferrer' target='_blank'>
<strong>Ory</strong> <strong>Ory</strong>
</a> </a>
</span> </span>