diff --git a/data/versions/unhinged.js b/data/versions/unhinged.js index d22e904e..e4f0509b 100644 --- a/data/versions/unhinged.js +++ b/data/versions/unhinged.js @@ -33,7 +33,7 @@ filterFramePicker("frameClassUnhinged") function unhingedBottomInfo() { bottomInfoContext.clearRect(0, 0, cardWidth, cardHeight) - bottomInfoContext.writeText("{oldArtistBrush}John Avon" + document.getElementById("inputInfoArtist").value, scale(60), scale(964), scale(624), 0, "matrixb", scale(26), 'white', "oneLine=true") + bottomInfoContext.writeText("{oldArtistBrush}" + document.getElementById("inputInfoArtist").value, scale(60), scale(964), scale(624), 0, "matrixb", scale(26), 'white', "oneLine=true") bottomInfoContext.writeText("\u2122 & \u00a9 " + date.getFullYear() + " Wizards of the Coast *Not For Sale*", scale(62), scale(987), scale(620), 0, "mplantin", scale(17), 'white', "oneLine=true") cardImageUpdated() }