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
c37880c7
Commit
c37880c7
authored
Oct 31, 2025
by
Phan Ngọc Quốc Văn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix/header
parent
52aa1c92
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
105 additions
and
107 deletions
+105
-107
header.tsx
src/components/ui/layout/header.tsx
+105
-107
No files found.
src/components/ui/layout/header.tsx
View file @
c37880c7
...
...
@@ -57,10 +57,9 @@ function Header() {
</
div
>
<
div
className=
"sticky top-0 z-50 bg-[#ededed] shadow-md"
>
<
div
className=
"w-full flex justify-center"
>
<
div
className=
"max-w-[1200px] w-full px-4 flex items-center justify-between h-20"
>
<
div
className=
"w-full flex justify-between"
>
{
/* Logo */
}
<
a
href=
"#
"
className=
"flex items-center"
>
<
a
href=
"/
"
className=
"flex items-center"
>
<
Image
className=
"w-[140px] object-contain lg:ml-0 ml-10"
src=
{
logo
}
...
...
@@ -69,7 +68,7 @@ function Header() {
</
a
>
{
/* Desktop Menu */
}
<
nav
className=
"hidden lg:flex items-center flex-1 ml-8
"
>
<
nav
className=
"hidden lg:flex items-center
"
>
{
/* Dùng component MenuItem để gọn */
}
<
MenuItem
title=
"Giới thiệu"
...
...
@@ -175,7 +174,6 @@ function Header() {
{
toggleMenu
?
<
X
size=
{
20
}
/>
:
<
Menu
size=
{
20
}
/>
}
</
button
>
</
div
>
</
div
>
{
/* Mobile Menu */
}
<
div
...
...
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