diff --git a/src/components/HomepageFeatures.module.css b/src/components/HomepageFeatures.module.css index b248eb2..0854212 100644 --- a/src/components/HomepageFeatures.module.css +++ b/src/components/HomepageFeatures.module.css @@ -6,6 +6,6 @@ } .featureSvg { - height: 200px; - width: 200px; + min-height: 200px; + min-width: 200px; } diff --git a/src/components/HomepageFeatures.tsx b/src/components/HomepageFeatures.tsx index 6f3d157..a2593ad 100644 --- a/src/components/HomepageFeatures.tsx +++ b/src/components/HomepageFeatures.tsx @@ -17,7 +17,7 @@ type FeatureItem = { const FeatureList: FeatureItem[] = [ { title: 'Don\'t Hate, Curate.', - image: '/img/curate.svg', + image: './img/curate.svg', description: ( <> Browse, search, discover your comic book library that you have so proudly built from scratch. @@ -26,7 +26,7 @@ const FeatureList: FeatureItem[] = [ }, { title: 'No Fuss DC++', - image: '', + image: './img/dcpp.svg', description: ( <> With first-class support for the excellent AirDC++, find and acquire hidden gems. @@ -35,7 +35,7 @@ const FeatureList: FeatureItem[] = [ }, { title: 'Shine with Comic Vine', - image: '', + image: './img/cv.svg', description: ( <> Scrape Comic Vine's exhaustive comic book database to analyze and clean up your library's metadata. diff --git a/static/img/curate.png b/static/img/curate.png new file mode 100644 index 0000000..70de3be Binary files /dev/null and b/static/img/curate.png differ diff --git a/static/img/cv.svg b/static/img/cv.svg new file mode 100644 index 0000000..7110066 --- /dev/null +++ b/static/img/cv.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/static/img/dcpp.svg b/static/img/dcpp.svg new file mode 100644 index 0000000..f9120b0 --- /dev/null +++ b/static/img/dcpp.svg @@ -0,0 +1,8 @@ + + + + + + + +