From ab0976d51ccc2294dc4b252c69e986c6d9e8a5ec Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 18 Jun 2021 16:44:40 -0700 Subject: style(index): title-case --- src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: (
-- cgit v1.2.3