aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-04-15 15:51:41 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 21:58:02 +0530
commit4577f321de85bfee9623b10ee22d4b259aeabf30 (patch)
tree236c8cf467386605898c22efdbd5e4fa3e2bed05 /src/components
parentMatched casing for almost all replacements (diff)
downloadferdium-app-4577f321de85bfee9623b10ee22d4b259aeabf30.tar.gz
ferdium-app-4577f321de85bfee9623b10ee22d4b259aeabf30.tar.zst
ferdium-app-4577f321de85bfee9623b10ee22d4b259aeabf30.zip
Made minute changes to rebrand
Diffstat (limited to 'src/components')
-rw-r--r--src/components/AppUpdateInfoBar.tsx2
-rw-r--r--src/components/auth/AuthLayout.js2
-rw-r--r--src/components/settings/supportFerdi/SupportFerdiDashboard.tsx10
3 files changed, 7 insertions, 7 deletions
diff --git a/src/components/AppUpdateInfoBar.tsx b/src/components/AppUpdateInfoBar.tsx
index b0e286fa2..576da0f85 100644
--- a/src/components/AppUpdateInfoBar.tsx
+++ b/src/components/AppUpdateInfoBar.tsx
@@ -43,7 +43,7 @@ const AppUpdateInfoBar = ({ onInstallUpdate, onHide }: Props) => {
43 type="button" 43 type="button"
44 onClick={() => 44 onClick={() =>
45 openExternalUrl( 45 openExternalUrl(
46 `${GITHUB_FERDIUM_URL}/ferdium/blob/develop/CHANGELOG.md`, 46 `${GITHUB_FERDIUM_URL}/ferdium-app/blob/develop/CHANGELOG.md`,
47 true, 47 true,
48 ) 48 )
49 } 49 }
diff --git a/src/components/auth/AuthLayout.js b/src/components/auth/AuthLayout.js
index 3d7c99c11..21c874c0f 100644
--- a/src/components/auth/AuthLayout.js
+++ b/src/components/auth/AuthLayout.js
@@ -96,7 +96,7 @@ class AuthLayout extends Component {
96 </div> 96 </div>
97 {/* </div> */} 97 {/* </div> */}
98 <Link 98 <Link
99 to={`${GITHUB_FERDIUM_URL}/ferdium`} 99 to={`${GITHUB_FERDIUM_URL}/ferdium-app`}
100 className="auth__adlk" 100 className="auth__adlk"
101 target="_blank" 101 target="_blank"
102 > 102 >
diff --git a/src/components/settings/supportFerdi/SupportFerdiDashboard.tsx b/src/components/settings/supportFerdi/SupportFerdiDashboard.tsx
index b55f0d3d0..16f3149b6 100644
--- a/src/components/settings/supportFerdi/SupportFerdiDashboard.tsx
+++ b/src/components/settings/supportFerdi/SupportFerdiDashboard.tsx
@@ -29,23 +29,23 @@ const SupportFerdiumDashboard = () => {
29 <div> 29 <div>
30 <p className="settings__support-badges"> 30 <p className="settings__support-badges">
31 <a 31 <a
32 href="https://twitter.com/ferdium/" 32 href="https://twitter.com/ferdiumteam/"
33 target="_blank" 33 target="_blank"
34 rel="noreferrer" 34 rel="noreferrer"
35 > 35 >
36 <img 36 <img
37 alt="Twitter Follow" 37 alt="Twitter Follow"
38 src="https://img.shields.io/twitter/follow/ferdium?label=Follow&style=social" 38 src="https://img.shields.io/twitter/follow/ferdiumteam?label=Follow&style=social"
39 /> 39 />
40 </a> 40 </a>
41 <a 41 <a
42 href="https://github.com/ferdium/ferdium" 42 href="https://github.com/ferdium/ferdium-app"
43 target="_blank" 43 target="_blank"
44 rel="noreferrer" 44 rel="noreferrer"
45 > 45 >
46 <img 46 <img
47 alt="GitHub Stars" 47 alt="GitHub Stars"
48 src="https://img.shields.io/github/stars/ferdium/ferdium?style=social" 48 src="https://img.shields.io/github/stars/ferdium/ferdium-app?style=social"
49 /> 49 />
50 </a> 50 </a>
51 <a target="_blank" href="https://crowdin.com/project/ferdium"> 51 <a target="_blank" href="https://crowdin.com/project/ferdium">
@@ -65,7 +65,7 @@ const SupportFerdiumDashboard = () => {
65 <p>{intl.formatMessage(messages.aboutIntro)}</p> 65 <p>{intl.formatMessage(messages.aboutIntro)}</p>
66 <p> 66 <p>
67 <a 67 <a
68 href="https://github.com/ferdium/ferdium#contributors-" 68 href="https://github.com/ferdium/ferdium-app#contributors-"
69 target="_blank" 69 target="_blank"
70 rel="noreferrer" 70 rel="noreferrer"
71 > 71 >