CSV2ics

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

commit ec083a2af63df9feedb8fb9c5c4a6b097757f278
parent 080b13c2d19db4f8a04b15f990e571489aa96a75
Author: 諒太 林 <ryouturn@gmail.com>
Date:   Thu,  2 May 2024 07:30:54 +0900

update README 4 ics

Diffstat:
MREADME.md | 2+-
Msrc/App.tsx | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

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