klawdyoss's picture
upload limpo
20ec4ad
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import Deepseek from "./../../assets/deepseek-color.svg";
function Tabs({ children }) {
return (_jsxs("div", { className: "border-b border-gray-800 pl-4 lg:pl-7 pr-3 flex items-center justify-between", children: [_jsx("div", { className: "\r\n space-x-6", children: _jsxs("button", { className: "rounded-md text-sm cursor-pointer transition-all duration-100 font-medium relative py-2.5 text-white", children: ["index.html", _jsx("span", { className: "absolute bottom-0 left-0 h-0.5 w-full transition-all duration-100 bg-white" })] }) }), _jsxs("div", { className: "flex items-center justify-end gap-3", children: [_jsxs("a", { href: "https://huggingface.co/deepseek-ai/DeepSeek-V3-0324", target: "_blank", className: "text-[12px] text-gray-300 hover:brightness-120 flex items-center gap-1 font-code", children: ["Powered by ", _jsx("img", { src: Deepseek, className: "size-5" }), " Deepseek"] }), children] })] }));
}
export default Tabs;