We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f217289 commit eb3574bCopy full SHA for eb3574b
1 file changed
src/templates/page.jsx
@@ -67,7 +67,7 @@ export default ({ data, pageContext }) => {
67
<nav className="flex-auto flex items-center">
68
<nav className="flex w-4/5">
69
<div className="flex items-stretch font-semibold ml-20">
70
- <a className="btn btn-ghost btn-sm pr-2 rounded-btn" href={'/docs/getting-started/introduction-cloud/'}>
+ <a className="btn btn-ghost btn-sm pr-2 rounded-btn" href={'/docs/'}>
71
Docs
72
</a>
73
<a className="btn btn-ghost btn-sm border-b-2 border-green-500 rounded-btn ml-10 text-green-600" >
0 commit comments