Skip to content

Commit b693249

Browse files
committed
Update Schedule Architecture Review button to match gradient theme
1 parent 4d9037b commit b693249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ title: "DocRouter Architecture"
118118
</p>
119119
<div class="flex flex-col sm:flex-row gap-4 justify-center items-center">
120120
<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">
121+
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">
122122
Schedule Architecture Review
123123
</button>
124124
<a href="https://github.com/analytiq-hub/doc-router"

0 commit comments

Comments
 (0)