เปลี่ยนคำจาก การสอบคัดเลือก เป็น การคัดเลือก
This commit is contained in:
parent
68e5b3d11a
commit
acc69e81b5
6 changed files with 20 additions and 20 deletions
|
|
@ -17,17 +17,17 @@
|
|||
>
|
||||
<div class="flex-1">
|
||||
<div class="justify-start flex">
|
||||
<div class="content-center grid">
|
||||
<div class="avatar">
|
||||
<div class="w-10 rounded-full">
|
||||
<img src={logo_url?logo_url:'/images/logo.png'} alt="logo">
|
||||
<div class="content-center grid" >
|
||||
<div class="avatar">
|
||||
<div class="w-10 rounded-full">
|
||||
<a href="{home}"><img src={logo_url?logo_url:'/images/logo.png'} alt="logo"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-center grid pl-4">
|
||||
{title}
|
||||
<div class="textline2">{supervised}</div>
|
||||
</div>
|
||||
</div>
|
||||
<a class="content-center grid pl-4" href="{home}">
|
||||
{title}
|
||||
<div class="textline2">{supervised}</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-none gap-2">
|
||||
|
|
@ -40,14 +40,14 @@
|
|||
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
|
||||
<ul tabindex="0" style="width: 150px;" class="menu menu-compact dropdown-content mt-3 right-0 p-2 shadow bg-base-100 rounded-box w-52">
|
||||
<li ><a class="hover:text-gray-500 active:bg-white" href="/">หน้าหลัก</a></li>
|
||||
<li><a class="hover:text-gray-500 active:bg-white" href="/qualifying">การสอบคัดเลือก</a></li>
|
||||
<li><a class="hover:text-gray-500 active:bg-white" href="/qualifying">การคัดเลือก</a></li>
|
||||
<li><a class="hover:text-gray-500 active:bg-white" href="/competitive">การสอบแข่งขัน</a></li>
|
||||
<li><a class="hover:text-gray-500 active:bg-white" href="/about">เกี่ยวกับเรา</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="tabs hidden lg:flex w-full"><!-- tab-active -->
|
||||
<a href="{home}" class="{$page.url.pathname == home? 'tab text-gray-700': 'tab '}">หน้าแรก</a>
|
||||
<a href="{qualifying}" class="{$page.url.pathname == qualifying? 'tab text-gray-700': 'tab '}">การสอบคัดเลือก</a>
|
||||
<a href="{qualifying}" class="{$page.url.pathname == qualifying? 'tab text-gray-700': 'tab '}">การคัดเลือก</a>
|
||||
<a href="{competitive}" class="{$page.url.pathname == competitive? 'tab text-gray-700': 'tab '}">การสอบแข่งขัน</a>
|
||||
<a href="{about}" class="{$page.url.pathname == about? 'tab text-gray-700': 'tab '}">เกี่ยวกับเรา</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue