Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-02-28 21:54:29 +01:00 committed by GitHub
parent 1c95fb7573
commit 2a0b83cdd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ export const UseCases = () => {
className="shadow-startTiles appearance-none flex items-center justify-center mt-2 mb-4 no-underline font-bold font-montserrat text-sm h-8 w-44 text-[#1890FF] text-center bg-white rounded-[4px] cursor-pointer border border-solid border-[#EDEDEF]"
to={`/docs/${useCase.route}/intro`}
>
Read more
Visit Docs
</Link>
</div>
))}