From 255d3939e3e9c426d236a5b5dff8632d6b879f76 Mon Sep 17 00:00:00 2001 From: developomp Date: Wed, 19 May 2021 12:51:58 +0900 Subject: [PATCH] removed filename from top comment as file names could be changed --- source/generate.ts | 2 +- source/src/components/Spinner.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/generate.ts b/source/generate.ts index a08c8a0..259800f 100644 --- a/source/generate.ts +++ b/source/generate.ts @@ -1,4 +1,4 @@ -/** generator.ts +/** * It reads markdown files and write its content and metadata to a json file that can be used by React. * - Files and directories names starting with a underscore (_ <- this thing), will be ignored * - Symbolic links are also be ignored as of the moment diff --git a/source/src/components/Spinner.tsx b/source/src/components/Spinner.tsx index d42c861..ed782a7 100644 --- a/source/src/components/Spinner.tsx +++ b/source/src/components/Spinner.tsx @@ -1,5 +1,5 @@ -/** Spinner.tsx - * https://github.com/dmitrymorozoff/react-spinners-kit/tree/master/src/components/whisper +/** + * inspired by https://github.com/dmitrymorozoff/react-spinners-kit/tree/master/src/components/whisper */ import styled, { keyframes } from "styled-components"