aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-19 19:58:11 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-09-19 19:58:11 +0700
commitcba99de2ca02a02f02eded936d7c43c3176b4806 (patch)
treed2ad9852030afd7c281723b8a1c9f394c46242eb /src/components/auth
parentFix lint (diff)
downloadferdium-app-cba99de2ca02a02f02eded936d7c43c3176b4806.tar.gz
ferdium-app-cba99de2ca02a02f02eded936d7c43c3176b4806.tar.zst
ferdium-app-cba99de2ca02a02f02eded936d7c43c3176b4806.zip
Fix GitHub links to reflect Ferdi org
Diffstat (limited to 'src/components/auth')
-rw-r--r--src/components/auth/AuthLayout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/auth/AuthLayout.js b/src/components/auth/AuthLayout.js
index 641b754ed..0c5198583 100644
--- a/src/components/auth/AuthLayout.js
+++ b/src/components/auth/AuthLayout.js
@@ -87,7 +87,7 @@ export default @observer class AuthLayout extends Component {
87 })} 87 })}
88 </div> 88 </div>
89 {/* </div> */} 89 {/* </div> */}
90 <Link to="https://github.com/kytwb/ferdi" className="auth__adlk" target="_blank"> 90 <Link to="https://github.com/getferdi/ferdi" className="auth__adlk" target="_blank">
91 <img src="./assets/images/adlk.svg" alt="" /> 91 <img src="./assets/images/adlk.svg" alt="" />
92 </Link> 92 </Link>
93 </div> 93 </div>