Skip to content

Commit 3b29af4

Browse files
committed
update
1 parent fa84826 commit 3b29af4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/routes/+layout.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<script>
22
import "$styles/index.css";
33
import Navbar from "$components/Navbar.svelte";
4-
import Footer from "$components/Footer.svelte";
54
65
let { children } = $props();
76
@@ -25,7 +24,7 @@
2524

2625
<Navbar menu={navbarMenu} />
2726

28-
<main class="grow bg-neutral-800 p-3 pt-16 text-white">
27+
<main class="grow bg-neutral-800 p-3 py-16 text-white">
2928
<div class="container mx-auto">
3029
{@render children()}
3130
</div>

src/routes/blogs/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<h3 class="text-3xl font-extrabold">{title}</h3>
2222
<p class="my-1 text-sm text-gray-400">{formatDate(date)}</p>
2323
<p class="text-md my-2">{description}</p>
24-
<a class="text-blue-500 hover:text-blue-400" href="/blogs/{slug}">Read more</a>
24+
<a class="text-blue-500 hover:text-blue-400" href="/blogs/{slug}">Baca selengkapnya</a>
2525
</div>
2626
{/each}
2727
</section>

0 commit comments

Comments
 (0)