diff options
| author | Fuwn <[email protected]> | 2021-06-18 16:44:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-18 16:44:40 -0700 |
| commit | ab0976d51ccc2294dc4b252c69e986c6d9e8a5ec (patch) | |
| tree | a8f95a71be1b01406973357f786f698980f33326 | |
| parent | refactor(index): remove unused import (diff) | |
| download | site-ab0976d51ccc2294dc4b252c69e986c6d9e8a5ec.tar.xz site-ab0976d51ccc2294dc4b252c69e986c6d9e8a5ec.zip | |
style(index): title-case
| -rw-r--r-- | src/pages/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index 84b54f9..73cd4e3 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -48,7 +48,7 @@ const features = [ ), }, { - title: 'Built to last', + title: 'Built to Last', imageUrl: 'img/undraw_building_blocks_n0nc.svg', description: ( <div className="card"> |