0
0
Fork 0

style: next feature removal

This commit is contained in:
아르페 2024-02-02 01:40:57 +09:00
parent b6a3b0cd53
commit d3c394b4ba

View file

@ -125,10 +125,10 @@ export const IndexWelcomePage: React.VFC = () => {
<p>{t('_welcome.catAdjusterDescription')}</p> <p>{t('_welcome.catAdjusterDescription')}</p>
</article> </article>
</div> </div>
<article className="mt-5"> {/*<article className="mt-5">
<h3>{t('_welcome.nextFeaturesTitle')}</h3> <h3>{t('_welcome.nextFeaturesTitle')}</h3>
<p>{t('_welcome.nextFeaturesDescription')}</p> <p>{t('_welcome.nextFeaturesDescription')}</p>
</article> </article> */}
</article> </article>
</> </>
); );