diff --git a/app/scss/packages.scss b/app/scss/packages.scss index a786d791..04230cda 100644 --- a/app/scss/packages.scss +++ b/app/scss/packages.scss @@ -25,7 +25,7 @@ position: relative; background-position: center; background-size: cover; - background-image: url("screenshot.png"); + background-image: url("placeholder.png"); min-height: 220px; border-radius: 5px; padding: 0; diff --git a/app/static/placeholder.png b/app/static/placeholder.png new file mode 100644 index 00000000..265a5fba Binary files /dev/null and b/app/static/placeholder.png differ diff --git a/app/static/screenshot.png b/app/static/screenshot.png deleted file mode 100644 index 3cbf879b..00000000 Binary files a/app/static/screenshot.png and /dev/null differ diff --git a/app/tasks/importtasks.py b/app/tasks/importtasks.py index 954e16e8..7233d875 100644 --- a/app/tasks/importtasks.py +++ b/app/tasks/importtasks.py @@ -44,7 +44,7 @@ class GithubURLMaker: return self.baseUrl + "/description.txt" def getScreenshotURL(self): - return self.baseUrl + "/screenshot.png" + return self.baseUrl + "/placeholder.png" def getCommitsURL(self, branch): return "https://api.github.com/repos/{}/{}/commits?sha={}" \ diff --git a/app/templates/index.html b/app/templates/index.html index 8ad9ce60..43cd866c 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -24,7 +24,7 @@ Dashboard