Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VCCI-News
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Văn Hoàng
VCCI-News
Commits
702e56b2
Commit
702e56b2
authored
Nov 04, 2025
by
Phan Ngọc Quốc Văn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix/header-link-finally
parent
677742fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
8 deletions
+23
-8
header.tsx
src/app/(main)/_lib/layout/header.tsx
+23
-8
No files found.
src/app/(main)/_lib/layout/header.tsx
View file @
702e56b2
...
...
@@ -4,6 +4,7 @@ import { Menu, X, Facebook, Linkedin, Twitter, Youtube } from "lucide-react";
import
logo
from
"@/assets/VCCI-HCM-logo-VN-2025.png"
;
import
Image
from
"next/image"
;
import
MenuItem
from
"./MenuItem"
;
import
Link
from
"next/link"
;
function
Header
()
{
const
[
toggleMenu
,
setToggleMenu
]
=
useState
<
boolean
>
(
false
);
...
...
@@ -154,20 +155,34 @@ function Header() {
</
a
>
<
div
className=
"absolute left-0 top-full hidden group-hover:block bg-[#124588]/98 text-white text-[14px] font-[500] min-w-[280px] shadow-lg"
>
<
div
className=
"flex flex-col"
>
<
div
className=
"px-5 py-3 hover:bg-[#e8c518]/80 cursor-pointer"
>
<
Link
href=
{
"/dai-dien-gioi-chu/chuc-nang-dai-dien-nguoi-su-dung-lao-dong"
}
className=
"px-5 py-3 hover:bg-[#e8c518]/80 cursor-pointer"
>
Chức Năng Đại Diện Người Sử Dụng Lao Động
</
div
>
<
div
className=
"px-5 py-3 hover:bg-[#e8c518]/80 cursor-pointer"
>
</
Link
>
<
Link
href=
{
"/dai-dien-gioi-chu/tap-huan-nsdld"
}
className=
"px-5 py-3 hover:bg-[#e8c518]/80 cursor-pointer"
>
Sự Kiện – Tập Huấn NSDLĐ
</
div
>
<
div
className=
"px-5 py-3 hover:bg-[#e8c518]/80 cursor-pointer"
>
</
Link
>
<
Link
href=
{
"/dai-dien-gioi-chu/tin-lien-quan"
}
className=
"px-5 py-3 hover:bg-[#e8c518]/80 cursor-pointer"
>
Tin Liên Quan
</
div
>
</
Link
>
<
div
className=
"relative group/submenu"
>
<
div
className=
"px-5 py-3 hover:bg-[#e8c518]/80 cursor-pointer flex justify-between items-center"
>
<
Link
href=
{
"/dai-dien-gioi-chu/chu-de"
}
className=
"px-5 py-3 hover:bg-[#e8c518]/80 cursor-pointer flex justify-between items-center"
>
Chủ Đề
<
span
className=
"ml-2 text-xs"
>
›
</
span
>
</
div
>
</
Link
>
<
div
className=
"absolute left-full top-0 hidden group-hover/submenu:block bg-[#124588]/98 text-white text-[14px] font-[500] min-w-[220px] shadow-lg"
>
<
div
className=
"px-5 py-3 hover:bg-[#e8c518]/80 cursor-pointer"
>
Quan Hệ Lao Động
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment