complated: Guides , sertificate , baza. added dropdown to about navigation button on navbar

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-03 11:28:05 +05:00
parent aca4103213
commit 03ea2d51e4

View File

@@ -16,7 +16,7 @@ export function CertCard({ c, i }: { c: (typeof certs)[0]; i: number }) {
viewport={{ once: true }} viewport={{ once: true }}
className="group flex flex-col rounded-2xl overflow-hidden sm:p-5 p-2 bg-[#161514] border border-white/5 hover:border-red-600/20 transition-colors duration-300 w-full" className="group flex flex-col rounded-2xl overflow-hidden sm:p-5 p-2 bg-[#161514] border border-white/5 hover:border-red-600/20 transition-colors duration-300 w-full"
> >
{/* Right: meta + actions */} {/* Right: meta + actions for gitea */}
<div className="flex flex-col justify-between flex-1 min-w-0 py-1 gap-4"> <div className="flex flex-col justify-between flex-1 min-w-0 py-1 gap-4">
<div className="space-y-2"> <div className="space-y-2">
{/* Badge row */} {/* Badge row */}