Commit 4cbdc7ca authored by Phạm Quang Bảo's avatar Phạm Quang Bảo

update/create link for member page and video page

parent 136fa78f
...@@ -312,9 +312,6 @@ const Page = () => { ...@@ -312,9 +312,6 @@ const Page = () => {
<h2 className="text-[18px] sm:text-[20px] font-semibold uppercase text-[#063e8e]"> <h2 className="text-[18px] sm:text-[20px] font-semibold uppercase text-[#063e8e]">
Liên kết nhanh Liên kết nhanh
</h2> </h2>
<a href="#" className="text-[#063e8e] text-sm sm:text-base">
<ChevronsRight />
</a>
</div> </div>
<hr className="border-[#063e8e] mb-4" /> <hr className="border-[#063e8e] mb-4" />
<div className="space-y-2 text-[#063e8e] text-sm md:text-base pb-10"> <div className="space-y-2 text-[#063e8e] text-sm md:text-base pb-10">
...@@ -539,7 +536,7 @@ const Page = () => { ...@@ -539,7 +536,7 @@ const Page = () => {
Hội viên tiêu biểu Hội viên tiêu biểu
</h2> </h2>
<a <a
href="#" href="/danh-ba-hoi-vien"
className="text-[#063e8e] hover:underline text-sm font-medium" className="text-[#063e8e] hover:underline text-sm font-medium"
> >
<ChevronsRight /> <ChevronsRight />
...@@ -576,17 +573,11 @@ const Page = () => { ...@@ -576,17 +573,11 @@ const Page = () => {
</aside > </aside >
{/* right */} {/* right */}
< aside className="w-full lg:w-[30%] py-5" > <aside className="w-full lg:w-[30%] py-5" >
<div className="flex justify-between items-center mb-3"> <div className="flex justify-between items-center mb-3">
<h2 className="text-xl font-bold uppercase text-[#063e8e]"> <h2 className="text-xl font-bold uppercase text-[#063e8e]">
Kết nối hội viên Kết nối hội viên
</h2> </h2>
<a
href="#"
className="text-[#063e8e] hover:underline text-sm font-medium"
>
<ChevronsRight />
</a>
</div> </div>
<hr className="border-[#063e8e] mb-5" /> <hr className="border-[#063e8e] mb-5" />
<div className="pb-10"> <div className="pb-10">
...@@ -628,7 +619,7 @@ const Page = () => { ...@@ -628,7 +619,7 @@ const Page = () => {
Video Video
</h2> </h2>
<a <a
href="#" href="/video"
className="text-[#063e8e] hover:underline text-sm font-medium" className="text-[#063e8e] hover:underline text-sm font-medium"
> >
<ChevronsRight /> <ChevronsRight />
...@@ -672,12 +663,6 @@ const Page = () => { ...@@ -672,12 +663,6 @@ const Page = () => {
<h2 className="text-xl font-bold uppercase text-[#063e8e]"> <h2 className="text-xl font-bold uppercase text-[#063e8e]">
Đối tác Đối tác
</h2> </h2>
<a
href="#"
className="text-[#063e8e] hover:underline text-sm font-medium"
>
<ChevronsRight />
</a>
</div> </div>
<hr className="border-[#063e8e] mb-5" /> <hr className="border-[#063e8e] mb-5" />
<div className="pb-10"> <div className="pb-10">
......
export default function Page() {
return (
<div className="container flex justify-center items-center h-full py-20">
Danh bạ hội viên đang được xây dựng
</div>
);
}
\ No newline at end of file
export default function Page() {
return (
<div className="container flex justify-center items-center h-full py-20">
Trang video đang được xây dựng
</div>
);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment