From 7ee0493b0b9bbe314b1f10763826a51da0e5034b Mon Sep 17 00:00:00 2001 From: Toni Gemayel Date: Tue, 6 Apr 2021 22:58:36 -0400 Subject: [PATCH] Adding gitignore & small about changes --- .gitignore | 3 ++- src/app/components/About/About.tsx | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 170e07b..79c6ecb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules dist settings.json -yarn-error.log \ No newline at end of file +yarn-error.log +*.DS_Store diff --git a/src/app/components/About/About.tsx b/src/app/components/About/About.tsx index 5046ea9..9750d72 100644 --- a/src/app/components/About/About.tsx +++ b/src/app/components/About/About.tsx @@ -8,8 +8,9 @@ const About = () => {
- Variable fonts plugin is developed by Toni Gemayel. The variable fonts rendering engine is based on - Samsa.js by Laurence Penney. + Variable Fonts plugin is developed by Toni Gemayel. The + variable fonts rendering engine is based on samsa.js by{' '} + Laurence Penney.