This commit is contained in:
2026-05-20 16:15:24 +05:30
parent a86245b7bd
commit 84639713a8

View File

@@ -42,7 +42,7 @@ export default function Introduction({ allGraphql, allRest, setActiveTopic }) {
<h2 className="text-xs font-bold uppercase tracking-widest text-slate-400 mb-4">Base URLs</h2>
<div className="grid grid-cols-1 sm:grid-cols-2 gap-3 mb-10">
<div className="bg-white border border-slate-200/60 rounded-xl p-4 shadow-sm">
<div className="text-[11px] text-brand-600 font-bold uppercase tracking-widest mb-1.5">Hasura GraphQL</div>
<div className="text-[11px] text-brand-600 font-bold uppercase tracking-widest mb-1.5">GraphQL</div>
<code className="font-mono text-sm text-slate-700">{GRAPHQL_BASE_URL}</code>
</div>
<div className="bg-white border border-slate-200/60 rounded-xl p-4 shadow-sm">