Skip to content

Commit a890bfc

Browse files
committed
Update images
1 parent a373530 commit a890bfc

301 files changed

Lines changed: 1 addition & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pages/guides/[category]/[guide].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function GuideWebpage({ guide, pageNumber, location }: Props & {
5858
<div>
5959
<ReactMarkdown>{(page.desc?.replace(/ ?\$\{.*?\}/g, "") ?? "")}</ReactMarkdown>
6060
{page.img && <ExternalImg src={page.img} />}
61-
<div className="float-right text-sm">By {page.credits}</div>
61+
{page.credits && <div className="float-right text-sm">By {page.credits}</div>}
6262
{page.url && page.url.startsWith("https://youtu.be/") && <div>
6363
<h2 className="text-xl font-semibold py-1">Video:</h2>
6464
<YouTube vidID={page.url.replace("https://youtu.be/", "")} />
48.3 KB
46.7 KB
65 KB
61.1 KB
56.6 KB
58.1 KB

public/img/arti/Hunters_Brooch.png

61.1 KB
33.8 KB
61.6 KB

0 commit comments

Comments
 (0)