Spaces:
Running
Running
Commit ·
40fe0ea
1
Parent(s): 894a4c0
feat: update technology badge in NavDrawer overview tab to Turbovec + Reranker
Browse files
webapp/tipitaka-web/src/components/layout/NavDrawer.tsx
CHANGED
|
@@ -402,7 +402,7 @@ const NavDrawer: React.FC = () => {
|
|
| 402 |
<div>
|
| 403 |
<p className="text-[10px] font-bold text-[#888] uppercase mb-2">เทคโนโลยีที่ใช้</p>
|
| 404 |
<div className="grid grid-cols-2 gap-2 text-[10px] font-bold text-[#aaa]">
|
| 405 |
-
{['FastAPI + Python', 'Vite + React', 'SQLite FTS5', '
|
| 406 |
<div key={t} className={`p-2 rounded-lg border ${s.border} ${s.tab}`}>{t}</div>
|
| 407 |
))}
|
| 408 |
</div>
|
|
|
|
| 402 |
<div>
|
| 403 |
<p className="text-[10px] font-bold text-[#888] uppercase mb-2">เทคโนโลยีที่ใช้</p>
|
| 404 |
<div className="grid grid-cols-2 gap-2 text-[10px] font-bold text-[#aaa]">
|
| 405 |
+
{['FastAPI + Python', 'Vite + React', 'SQLite FTS5', 'Turbovec + Reranker'].map(t => (
|
| 406 |
<div key={t} className={`p-2 rounded-lg border ${s.border} ${s.tab}`}>{t}</div>
|
| 407 |
))}
|
| 408 |
</div>
|