CSV2ics

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

commit 76dec008f30154adaffc69278cd0f304021ec3d6
parent 6e24f1fca53f3269e9853d869d6e12943bb42f2c
Author: 諒太 林 <ryouturn@gmail.com>
Date:   Thu,  2 May 2024 06:39:19 +0900

fix icl -> ics

Diffstat:
Msrc/App.css | 4++++
Msrc/App.tsx | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

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