diff --git a/index.html b/index.html index 5def045f..34bf5d9e 100644 --- a/index.html +++ b/index.html @@ -1228,7 +1228,7 @@ function imageURL(input, targetImage) { targetImage.src = "https://cors-anywhere.herokuapp.com/" + input.value } //Randomizes the sample cards at the bottom of the page. Runs it here too -randomizeSampleCards(6) +randomizeSampleCards(7) //The number in here should always be set to the number of sample cards that are available function randomizeSampleCards(count) { var cardNumbers = [] while (cardNumbers.length < 3) { diff --git a/sampleCards/sample-card-7.png b/sampleCards/sample-card-7.png new file mode 100644 index 00000000..d26fad2c Binary files /dev/null and b/sampleCards/sample-card-7.png differ