up
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
reactStrictMode: true,
|
||||
reactStrictMode: false,
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
@@ -105,7 +105,7 @@ const JobDetails = () => {
|
||||
<div id="js-container-selector">
|
||||
<a
|
||||
id="js-select-file"
|
||||
href="javascript:void(0);"
|
||||
href="#"
|
||||
className="btn-upload d-block dz-clickable"
|
||||
>
|
||||
Upload file
|
||||
|
||||
@@ -44,7 +44,7 @@ export default function Home() {
|
||||
hàng, tên miền, cloud hosting
|
||||
</div>
|
||||
<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>
|
||||
<span>Liên hệ</span>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user