Add link to dumps repo

Fixes #4.
This commit is contained in:
Florine W. Dekker 2021-04-28 14:05:50 +02:00
parent 0e3d3b0adc
commit 5402b867ff
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "random-fo76",
"version": "1.0.16",
"version": "1.0.17",
"description": "Random Fallout 76 record.",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",

View File

@ -170,7 +170,9 @@ doAfterLoad(() => {
$("#nav").appendChild(nav("/Tools/Random FO76/"));
$("#header").appendChild(header({
title: "Random Fallout 76 record",
description: "Retrieve a random record from the <i>Fallout 76</i> game files"
description: "" +
"Retrieve a random record from the <i>Fallout 76</i> game files using " +
"<a href=\"https://github.com/FWDekker/fo76-dumps\">&#9099;&nbsp;my data dumps</a>"
}));
$("#footer").appendChild(footer({
vcsURL: "https://git.fwdekker.com/FWDekker/random-fo76/",