We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535b10a commit c250edcCopy full SHA for c250edc
src/app/ItemsList.tsx
@@ -13,6 +13,9 @@ export const ItemsList = ({ items }: { items: Table<'items'>[] }) => {
13
<p className="text-gray-600 text-sm italic">
14
This is an open database. Please be respectful of others.
15
</p>
16
+ <p className="text-gray-300 text-xs italic">
17
+ Items are automatically cleared every 24 hours via a cron job.
18
+ </p>
19
</div>
20
<div>
21
<Link
0 commit comments