CSV2ics

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

commit dc170cbdb8d63be0643835c1f147bdeab0e12f8b
parent dfbc55ed952c877f091d91bedc3da61709eab8be
Author: 諒太 林 <ryouturn@gmail.com>
Date:   Thu,  2 May 2024 23:40:21 +0900

fix h1

Diffstat:
Msrc/App.tsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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