This commit is contained in:
2025-03-21 08:49:15 +07:00
parent ea0e2d2780
commit c0518b4866
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
reactStrictMode: true, reactStrictMode: false,
}; };
export default nextConfig; export default nextConfig;

View File

@@ -105,7 +105,7 @@ const JobDetails = () => {
<div id="js-container-selector"> <div id="js-container-selector">
<a <a
id="js-select-file" id="js-select-file"
href="javascript:void(0);" href="#"
className="btn-upload d-block dz-clickable" className="btn-upload d-block dz-clickable"
> >
Upload file Upload file

View File

@@ -44,7 +44,7 @@ export default function Home() {
hàng, tên miền, cloud hosting hàng, tên miền, cloud hosting
</div> </div>
<div className="group-btn flex items-center justify-center"> <div className="group-btn flex items-center justify-center">
<Link href="/lien-he" className="btn btn-contact"> <Link href="/contact" className="btn btn-contact">
<i className="icon_2024 phone"></i> <i className="icon_2024 phone"></i>
<span>Liên hệ</span> <span>Liên hệ</span>
</Link> </Link>