We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9037b commit b693249Copy full SHA for b693249
docs/architecture.md
@@ -118,7 +118,7 @@ title: "DocRouter Architecture"
118
</p>
119
<div class="flex flex-col sm:flex-row gap-4 justify-center items-center">
120
<button onclick="openCalendly()"
121
- class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-lg font-semibold text-lg transition-colors duration-200">
+ class="inline-block bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700 text-white px-8 py-4 rounded-lg font-semibold text-lg transition-colors duration-200">
122
Schedule Architecture Review
123
</button>
124
<a href="https://github.com/analytiq-hub/doc-router"
0 commit comments