express
This commit is contained in:
@@ -26,7 +26,7 @@ export default function Introduction({ allLegacy, allRest, setActiveTopic }) {
|
||||
</div>
|
||||
|
||||
<h1 className="text-4xl lg:text-5xl font-bold text-slate-900 mb-6 tracking-tight">
|
||||
<span className="text-gradient">Nearle Express API</span>
|
||||
<span className="text-gradient">NearleXpress API</span>
|
||||
</h1>
|
||||
|
||||
<p className="text-xl text-slate-600 mb-12 max-w-2xl leading-relaxed">
|
||||
|
||||
@@ -52,7 +52,7 @@ export default function Sidebar({ legacyTopics, restTopics, activeTopic, setActi
|
||||
<div className="w-8 h-8 rounded-lg bg-gradient-to-br from-brand-500 to-indigo-600 flex items-center justify-center shadow-glow">
|
||||
<Layers className="text-white w-4 h-4" />
|
||||
</div>
|
||||
<span className="tracking-tight">Nearle Express</span>
|
||||
<span className="tracking-tight">NearleXpress</span>
|
||||
</div>
|
||||
<div className="relative group">
|
||||
<Search className="w-4 h-4 absolute left-3 top-3 text-slate-400 group-focus-within:text-brand-500 transition-colors" />
|
||||
|
||||
3180
src/data/topics.js
3180
src/data/topics.js
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user