File tree Expand file tree Collapse file tree 4 files changed +29
-2
lines changed
Expand file tree Collapse file tree 4 files changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ export default function Home() {
3636 return (
3737 < div className = "min-h-screen bg-gray-50 py-12 px-4 sm:px-6 lg:px-8" >
3838 < div className = "max-w-7xl mx-auto" >
39- < h1 className = "text-4xl font-bold text-gray-900 mb-8 text-center" > ค่ายของเรา</ h1 >
4039 < div className = "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8" >
4140 { camps . map ( ( camp ) => (
4241 < Link href = { `/camps/${ camp . id } ` } key = { camp . id } >
Original file line number Diff line number Diff line change @@ -53,7 +53,9 @@ export default function Navbar() {
5353 < div className = "flex justify-between h-16" >
5454 < div className = "flex" >
5555 < Link href = "/" className = "flex items-center" >
56- < span className = "text-xl font-bold text-gray-900" > CampSite</ span >
56+ < span className = "text-xl font-bold text-gray-900" >
57+ < img src = "/DekCamp.svg" alt = "DekCamp" className = "h-15 w-15" />
58+ </ span >
5759 </ Link >
5860 </ div >
5961
You can’t perform that action at this time.
0 commit comments