Skip to content

Commit af1899f

Browse files
authored
Added Scrapy Logo
Earlier one was removed from the nginx web-server. Proposed Image is taken from Scrapy Github Repository.
1 parent 196ede8 commit af1899f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ const projectList = [
312312
{
313313
name: 'Scrapy',
314314
imageSrc:
315-
'https://blog-media.scrapinghub.com/production/wp-content/uploads/2016/10/06054611/Scrapy-300x300.png',
315+
'https://github.com/scrapy/scrapy/blob/master/artwork/scrapy-logo.jpg',
316316
projectLink: 'https://github.com/scrapy/scrapy/contribute',
317317
description:
318318
'Scrapy is a fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages. ',

0 commit comments

Comments
 (0)