Skip to content

Commit

Permalink
TOPページのメンテナンスができていないので削除する
Browse files Browse the repository at this point in the history
  • Loading branch information
yukyu30 committed Aug 25, 2023
1 parent 90a30ed commit 82b9c3f
Showing 1 changed file with 25 additions and 33 deletions.
58 changes: 25 additions & 33 deletions src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: (
<>
<a href='https://uq-konpeki-dou.booth.pm/'>Booth</a>
</>
),
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}) {
Expand Down

0 comments on commit 82b9c3f

Please sign in to comment.