Skip to content

Commit c250edc

Browse files
authored
Update ItemsList.tsx
1 parent 535b10a commit c250edc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/ItemsList.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ export const ItemsList = ({ items }: { items: Table<'items'>[] }) => {
1313
<p className="text-gray-600 text-sm italic">
1414
This is an open database. Please be respectful of others.
1515
</p>
16+
<p className="text-gray-300 text-xs italic">
17+
Items are automatically cleared every 24 hours via a cron job.
18+
</p>
1619
</div>
1720
<div>
1821
<Link

0 commit comments

Comments
 (0)