This commit is contained in:
2024-10-06 11:52:45 +08:00
parent ee746cd61d
commit 3272da0b2b
16 changed files with 483 additions and 81 deletions

View File

@@ -67,7 +67,7 @@ const MobileNav = ({ closeNav, showNav, courses }: Props) => {
</div>
<div className='w-full h-16 flex justify-start items-center border-b-[1.5px] border-[#F5DADF]'>
<Link key={"03"} href={"#"} >
<Link key={"03"} href="/aboutus" >
<p className="text-xl ml-6 text-black">
</p>

View File

@@ -81,7 +81,7 @@ const Nav = ({ openNav, courses, showNav, settings }: Props) => {
</div>
)}
</div>
<Link key={"03"} href={"#"} >
<Link key={"03"} href="/aboutus" >
<p className="nav__link">
{"關於我們"}
</p>
@@ -93,7 +93,7 @@ const Nav = ({ openNav, courses, showNav, settings }: Props) => {
<div className="flex items-center space-x-5 ">
<div className="flex items-center space-x-2 max-sm:hidden">
<div className="bg-[#DCCECF] rounded-full h-8 w-8 flex items-center justify-center hover:bg-mainColor"
onClick={() => window.open(settings.facebook)} >
onClick={() => window.open(settings.facebook)} >
<FaFacebookF
className="w-4 h-4 cursor-pointer text-[#F6E5E9]"
/>