Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish-Agnihotri authored Sep 2, 2021
2 parents 729d40c + a9e731a commit 96952f8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pages/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function FAQ(): ReactElement {
</a>
. At release, anyone could claim loot bags for just gas, and all
bags were claimed in under 4 hours. Each loot bag contains 8 items:
a piece for an adventurers chest, foot, hand, head, neck, ring,
a piece for an adventurer&apos;s chest, foot, hand, head, neck, ring,
waist, and weapon.
</p>
<p>
Expand Down Expand Up @@ -91,7 +91,7 @@ export default function FAQ(): ReactElement {
</p>
<p>
Thus, anyone with an Ethereum wallet is allowed to participate in
the ecosystem, while still maintining distinction between original
the ecosystem, while still maintaining distinction between original
Loot and synthetics.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/resources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const resources = [
},
{
title: "Derivative Projects",
description: "Projects building with or on top of Loot:",
description: "Projects that remix or build on top of Loot:",
list: derivativesList,
},
];
Expand Down
21 changes: 18 additions & 3 deletions utils/lists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const resourceList: Record<string, string>[] = [
{
name: "dhof-loot",
description:
"All bags, item occurences, bag rarity, and images by @anish-agnihotri and @ktasbas",
"All bags, item occurrences, bag rarity, and images by @anish-agnihotri and @ktasbas",
url: "https://github.com/Anish-Agnihotri/dhof-loot",
},
{
Expand Down Expand Up @@ -129,6 +129,16 @@ export const marketsList: Record<string, string>[] = [
description: "Market tracker for Book of Detection",
url: "http://detection.market/",
},
{
name: "FloorBags.Market",
description: "Market tracker for any item",
url: "http://floorbags.market/",
},
{
name: "Dragons.Market",
description: "Market tracker for Dragon/Dragonskin items",
url: "http://dragons.market/",
},
];

// Loot resources
Expand Down Expand Up @@ -215,7 +225,7 @@ export const derivativesList: Record<string, string>[] = [
},
{
name: "Poorly Drawn Loot",
description: "Experimetal, poorly drawn bags",
description: "Experimental, poorly drawn bags",
url: "https://opensea.io/activity/loot-poorly-drawn",
},
{
Expand Down Expand Up @@ -243,9 +253,14 @@ export const derivativesList: Record<string, string>[] = [
description: "The Holy War",
url: "https://twitter.com/HolyWarLoots/status/1433293231840653312",
},
{
name: "Treasure",
description: "Decentralized, composable money for the metaverse",
url: "https://opensea.io/collection/treasure-for-loot"
},
{
name: "Loot Avatars",
description: "The Avatars on chain for Loot community",
url: "https://twitter.com/lootavatars",
}
},
];

0 comments on commit 96952f8

Please sign in to comment.