Skip to content

Commit

Permalink
fk
Browse files Browse the repository at this point in the history
  • Loading branch information
namishh committed Nov 7, 2024
1 parent 77fabb1 commit 173c596
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 @@ -74,7 +74,7 @@ let a = [blogs[0], blogs[1], blogs[2], blogs[3]];
<div class="rounded-xl bg-mbg/80 p-4">
<div class="text-[14px] md:text-[16px] font-mono">pixie</div>
<div class="text-bright text-[14px] md:text-md">
web based small lightroom like editor
web based small lightroom like photo editor with wasm
</div>
<p class="text-md text-neutral-500">rust ⋅ next</p>
</div>
Expand Down Expand Up @@ -108,7 +108,7 @@ let a = [blogs[0], blogs[1], blogs[2], blogs[3]];
<div class="rounded-xl bg-mbg/80 p-4">
<div class="text-[14px] md:text-[16px] font-mono">shawty</div>
<div class="text-bright text-[14px] md:text-md">
made in pure c, web based url shortner
made in pure c, web based url shortner (0 js)
</div>
<p class="text-md text-neutral-500">c ⋅ htmx</p>
</div>
Expand Down

0 comments on commit 173c596

Please sign in to comment.