up
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user