Browse Source

fix: remove double space in inspiration credit

httpjamesm 2 years ago
parent
commit
3f987b59dc
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      src/layouts/Header.tsx

+ 1 - 0
.gitignore

@@ -32,3 +32,4 @@ yarn-error.log*
 
 #just dev stuff
 dev/*
+yarn.lock

+ 1 - 1
src/layouts/Header.tsx

@@ -68,7 +68,7 @@ const Header = (props: Props) => {
             <a href='https://github.com/zedeus/nitter' className='link'>
               nitter
             </a>
-            ,&nbsp; and&nbsp;
+            , and&nbsp;
             <a
               href='https://github.com/digitalblossom/alternative-frontends'
               className='link'