Skip to content

Commit

Permalink
Update ItemsList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
imbhargav5 authored Sep 7, 2023
1 parent 535b10a commit c250edc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/ItemsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export const ItemsList = ({ items }: { items: Table<'items'>[] }) => {
<p className="text-gray-600 text-sm italic">
This is an open database. Please be respectful of others.
</p>
<p className="text-gray-300 text-xs italic">
Items are automatically cleared every 24 hours via a cron job.
</p>
</div>
<div>
<Link
Expand Down

0 comments on commit c250edc

Please sign in to comment.