Skip to content

Commit

Permalink
Adding gitignore & small about changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tgemayel committed Apr 7, 2021
1 parent 62a755b commit 7ee0493
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
dist
settings.json
yarn-error.log
yarn-error.log
*.DS_Store
5 changes: 3 additions & 2 deletions src/app/components/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ const About = () => {
<Section label="About">
<Content>
<Text size="small" weight="medium">
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 <a href="https://tonigemayel.com">Toni Gemayel</a>. The
variable fonts rendering engine is based on <a href="https://github.com/Lorp/samsa">samsa.js</a> by{' '}
<a href="https://www.lorp.org">Laurence Penney</a>.
</Text>
</Content>
</Section>
Expand Down

0 comments on commit 7ee0493

Please # to comment.