Skip to content

Commit

Permalink
Merge pull request #2287 from zeitgeistpm/tr-entertainment-images
Browse files Browse the repository at this point in the history
Entertainment market images
  • Loading branch information
Robiquet authored Feb 20, 2024
2 parents ff56007 + fa11c44 commit 8b37136
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/constants/category-images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const CATEGORY_IMAGES = union<(typeof tags)[number]>().exhaustAsRecord({
Dotsama: range(1, 2).map((i) => `/categories/dotsama/${i}.png`),
Zeitgeist: range(1, 2).map((i) => `/categories/zeitgeist/${i}.png`),
Finance: range(1, 5).map((i) => `/categories/finance/${i}.png`),
//todo: add selections for entertainment
Entertainment: range(1, 2).map((i) => `/categories/zeitgeist/${i}.png`),
Entertainment: range(1, 5).map((i) => `/categories/entertainment/${i}.png`),
untagged: range(1, 2).map((i) => `/categories/zeitgeist/${i}.png`),
});
2 changes: 1 addition & 1 deletion pages/leaderboard/[period].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export async function getStaticProps({ params }) {
timePeriod: period,
bannerPlaceholder: bannerPlaceholder.base64,
},
revalidate: 60 * 24, //1 hour
revalidate: 60 * 30, // 30 mins
};
}

Expand Down
Binary file added public/categories/entertainment/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/categories/entertainment/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/categories/entertainment/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/categories/entertainment/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b37136

Please sign in to comment.