From 82b9c3fe79db39d3029e0a0aae0d48c9255f34f6 Mon Sep 17 00:00:00 2001 From: yu5 Date: Fri, 25 Aug 2023 13:44:47 +0900 Subject: [PATCH] =?UTF-8?q?TOP=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AE?= =?UTF-8?q?=E3=83=A1=E3=83=B3=E3=83=86=E3=83=8A=E3=83=B3=E3=82=B9=E3=81=8C?= =?UTF-8?q?=E3=81=A7=E3=81=8D=E3=81=A6=E3=81=84=E3=81=AA=E3=81=84=E3=81=AE?= =?UTF-8?q?=E3=81=A7=E5=89=8A=E9=99=A4=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HomepageFeatures.js | 58 +++++++++++++----------------- 1 file changed, 25 insertions(+), 33 deletions(-) diff --git a/src/components/HomepageFeatures.js b/src/components/HomepageFeatures.js index a0f0039..12c235e 100644 --- a/src/components/HomepageFeatures.js +++ b/src/components/HomepageFeatures.js @@ -3,39 +3,31 @@ import clsx from 'clsx'; import styles from './HomepageFeatures.module.css'; const FeatureList = [ -// { -// title: 配布先, -// Svg: require('../../static/img/undraw_docusaurus_mountain.svg').default, -// description: ( -// <> -// Docusaurus was designed from the ground up to be easily installed and -// used to get your website up and running quickly. -// -// ), -// }, - { - title: ( - <> - Booth - - ), - Svg: require('../../static/img/download.svg').default, - description: ( - <> - こちらから配布物をダウンロードできます。 - - ), - }, -// { -// title: 'Powered by React', -// Svg: require('../../static/img/undraw_docusaurus_react.svg').default, -// description: ( -// <> -// Extend or customize your website layout by reusing React. Docusaurus can -// be extended while reusing the same header and footer. -// -// ), -// }, + // { + // title: 配布先, + // Svg: require('../../static/img/undraw_docusaurus_mountain.svg').default, + // description: ( + // <> + // Docusaurus was designed from the ground up to be easily installed and + // used to get your website up and running quickly. + // + // ), + // }, + // { + // title: 'yukyu30が制作したものに関する利用規約がまとまっているページです', + // Svg: require('../../static/img/download.svg').default, + // description: <>こちらから配布物をダウンロードできます。, + // }, + // { + // title: 'Powered by React', + // Svg: require('../../static/img/undraw_docusaurus_react.svg').default, + // description: ( + // <> + // Extend or customize your website layout by reusing React. Docusaurus can + // be extended while reusing the same header and footer. + // + // ), + // }, ]; function Feature({Svg, title, description}) {