Add support API for header, footer, Home image and small adjust.

This commit is contained in:
schooltechx 2023-04-07 23:56:23 +07:00
parent 692e6f3e24
commit 5af1f48150
10 changed files with 50 additions and 93 deletions

View file

@ -1,6 +1,5 @@
import type {CalendarEvent} from '$lib/data/CMSDataType'
import type {Exam} from '$lib/data/CMSDataType'
import type {CalendarEvent,Exam} from '$lib/data/CMSDataType'
import dayjs from 'dayjs'
import type { PageServerLoad } from './$types'
export const load: PageServerLoad = async ({fetch}) => {

View file

@ -50,7 +50,7 @@
{/if}
<hr class="border-blueGray-200 my-7" />
<div>
<a href="javascript:history.back()" class="btn btn-outline text-gray-500">
<a href="/qualifying" class="btn btn-outline text-gray-500">
<i class="fa-solid fa-arrow-left mr-4"></i>
ย้อนกลับ
</a>