CSV2ics

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 03d60537c7c25e3b07b7af5435ee87017afa689c
parent d1013081d5d0d7910c6a96be6f78799bb26490a7
Author: 諒太 林 <ryouturn@gmail.com>
Date:   Thu,  2 May 2024 06:42:20 +0900

fix readme

Diffstat:
Msrc/App.tsx | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/App.tsx b/src/App.tsx @@ -31,9 +31,8 @@ function App() { <header className="App-header"> <h1>CSV2icl</h1> <h2>このアプリケーションはSCVで記述された時間割表をics形式に直すことを目的に作成されました。 - 画面のタブを左から順番に勧めていくことでicsファイルが完成します。 - <a href="https://github.com/minerva-jupiter/CSV2icl" className='fromREADME'>from README</a> - </h2> + 画面のタブを左から順番に勧めていくことでicsファイルが完成します。</h2> + <a href="https://github.com/minerva-jupiter/CSV2icl" className='fromREADME'>from README</a> </header> </div> </ThemeProvider>