Skip to content

Commit aa78f35

Browse files
committed
Added updated logo
1 parent 3e5410e commit aa78f35

File tree

2 files changed

+159
-2
lines changed

2 files changed

+159
-2
lines changed

src/components/HomepageFeatures/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const FeatureList: FeatureItem[] = [
3131
},
3232
{
3333
title: 'Join the modern era',
34-
Svg: null,
34+
Svg: require('@site/static/img/MiniPlaceholdersLogoMinTransparent.svg').default,
3535
description: (
3636
<>
3737
MiniPlaceholders is always up to date to support the latest features of Minecraft
@@ -49,7 +49,6 @@ function Feature(props: FeatureItem) {
4949
? require('@site/static/img/SupportedPlatforms.svg').default
5050
: require('@site/static/img/SupportedPlatformsLight.svg').default;
5151
}
52-
5352
return (
5453
<div className={clsx('col col--4')}>
5554
<div className="text--center">
Lines changed: 158 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)