From c415a2fab388db3b14579643a9342458b2f2b29c Mon Sep 17 00:00:00 2001 From: Sean King Date: Mon, 18 May 2020 20:38:53 +0000 Subject: [PATCH] Fix typo in SourceCode --- app/gabsocial/features/ui/components/link_footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gabsocial/features/ui/components/link_footer.js b/app/gabsocial/features/ui/components/link_footer.js index 3a6fda582..be81b8ddd 100644 --- a/app/gabsocial/features/ui/components/link_footer.js +++ b/app/gabsocial/features/ui/components/link_footer.js @@ -12,7 +12,7 @@ import { logOut } from 'gabsocial/actions/auth'; const sourceCode = { name: 'soapbox-fe', url: 'https://gitlab.com/soapbox-pub/soapbox-fe', - repository: 'soapox-pub/soapbox-fe', + repository: 'soapbox-pub/soapbox-fe', version: '0.9-beta', };