New source found from dndbeyond.com
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import React, { useCallback, useEffect, useState } from "react";
|
||||
|
||||
import ArrowDown from "@dndbeyond/fontawesome-cache/svgs/regular/arrow-down-to-line.svg";
|
||||
import { Button } from "@dndbeyond/ttui/components/Button";
|
||||
|
||||
import { Button } from "~/components/Button";
|
||||
import { MaxCharactersDialog } from "~/components/MaxCharactersDialog";
|
||||
import config from "~/config";
|
||||
import { UserPreferenceProvider } from "~/tools/js/smartComponents/UserPreference";
|
||||
@@ -263,6 +263,7 @@ export const CharacterGrid: React.FC<CharacterGridProps> = ({
|
||||
href="https://media.dndbeyond.com/compendium-images/free-rules/ph/character-sheet.pdf"
|
||||
target="_blank"
|
||||
className={styles.pdfLink}
|
||||
rel="noreferrer"
|
||||
>
|
||||
<ArrowDown className={styles.pdfLinkSvg}></ArrowDown>
|
||||
Download a blank character sheet
|
||||
|
||||
@@ -131,7 +131,6 @@ export const SearchSort: FC<SearchSortProps> = ({
|
||||
</div>
|
||||
<Select
|
||||
className={styles.sort}
|
||||
placeholder="Select a movement"
|
||||
name="sort"
|
||||
label="Sort By"
|
||||
value={getSortValue.label}
|
||||
|
||||
Reference in New Issue
Block a user