Skip to content

Commit 8b355aa

Browse files
committed
add
1 parent a7259c2 commit 8b355aa

File tree

12 files changed

+424
-1281
lines changed

12 files changed

+424
-1281
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"drizzle-orm": "^0.44.1",
5555
"jsonwebtoken": "^9.0.2",
5656
"leaflet": "^1.9.4",
57+
"lucide-svelte": "^0.511.0",
5758
"pg": "^8.16.0",
5859
"postgres": "^3.4.7"
5960
}

pnpm-lock.yaml

Lines changed: 17 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/footer.svelte

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<footer class="footer">
1+
<footer class="footer mt-96">
22
<div class="footer-container">
33
<div class="footer-section">
44
<div class="footer-logo">
5-
<div class="logo-icon">S</div>
5+
<img class="logo-icon" src="Stargaze_logo.png">
66
<span>ดูดาว</span>
77
</div>
88
<p class="footer-description">
@@ -88,7 +88,6 @@
8888
.logo-icon {
8989
width: 24px;
9090
height: 24px;
91-
background-color: white;
9291
border-radius: 50%;
9392
}
9493
@@ -610,7 +609,7 @@
610609
.footer {
611610
background-color: #0a0d14;
612611
padding: 4rem 1rem 0;
613-
margin-top: 4rem;
612+
margin-top: -2rem;
614613
}
615614
616615
.footer-container {
@@ -639,7 +638,6 @@
639638
.footer-logo .logo-icon {
640639
width: 32px;
641640
height: 32px;
642-
background-color: #4a90e2;
643641
border-radius: 50%;
644642
display: flex;
645643
align-items: center;

src/components/modalask.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
]
3030
},
3131
{
32-
question: "2.สไตล์การเที่ยวของคุณเป็นแบบไหน",
32+
question: "สไตล์การเที่ยวของคุณเป็นแบบไหน",
3333
answers: [
3434
{ value: "adventure", text: "สายลุย เน้นกิจกรรม" },
3535
{ value: "chill", text: "สายชิล เน้นสะดวกสบาย" },
@@ -79,6 +79,7 @@
7979
<!-- Question Card -->
8080
<div class="bg-white rounded-[20px] p-8 shadow-2xl">
8181
<h2 class="text-3xl font-bold mb-4 font-['Noto_Sans_Thai'] text-center">
82+
แบบสอบถามความสนใจด้านการดูดาว <br>
8283
คำถามที่ {currentQuestion + 1} จาก {questions.length}
8384
</h2>
8485
<div class="my-[26px]">

src/components/navbar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<header class="header">
3636
<div class="logo">
37-
<div class="logo-icon"></div>
37+
<img class="logo-icon" src="/Stargaze_logo.png">
3838
<span>ไลก์</span>
3939
</div>
4040

0 commit comments

Comments
 (0)