Skip to content

Commit

Permalink
update lightclient
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtree committed Oct 24, 2023
1 parent 3c4ead1 commit 282b805
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Lightclient
name: Matt Garnett
links:
github: 'https://github.com/lightclient'
2 changes: 1 addition & 1 deletion web/src/components/ItemList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (cat === 'people') {
---

<div>
<h1 class="text-2xl mb-10">{catData.name}</h1>
<h1 class="text-2xl mb-10">{catData.name} ({items.length})</h1>

<div class="">
{items.map((item) => (
Expand Down

0 comments on commit 282b805

Please sign in to comment.