Skip to content

Commit

Permalink
Update index.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
kemo-1 authored May 31, 2024
1 parent 021a8d3 commit 5afb68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const projects: CollectionEntry<"projects">[] = (
<section class="animate space-y-6">
<div class="flex flex-wrap items-center justify-between gap-y-2">
<h2 class="font-semibold text-black dark:text-white">Latest posts</h2>
<Link href="/blog"> See all posts </Link>
<Link href="/blog"> تجول بين سنابل السلفية </Link>
</div>
<ul class="not-prose flex flex-col gap-4">
{
Expand All @@ -70,7 +70,7 @@ const projects: CollectionEntry<"projects">[] = (
<h2 class="font-semibold text-black dark:text-white">
Recent projects
</h2>
<Link href="/projects"> See all projects </Link>
<Link href="/projects"> اذهب الى جميع الدروس </Link>
</div>
<ul class="not-prose flex flex-col gap-4">
{
Expand Down

0 comments on commit 5afb68f

Please sign in to comment.