User lowercase for repo

This commit is contained in:
Luke Vella 2022-04-13 20:04:00 +01:00
parent 7f11d79e49
commit 6c2ca12786
6 changed files with 18 additions and 13 deletions

View file

@ -47,7 +47,7 @@ const Support: React.VoidFunctionComponent = () => {
i18nKey="canRalllyDoAnswer"
components={{
a: (
<a href="https://github.com/lukevella/Rallly/discussions" />
<a href="https://github.com/lukevella/rallly/discussions" />
),
}}
/>
@ -114,7 +114,7 @@ const Support: React.VoidFunctionComponent = () => {
t={t}
i18nKey="selfHostAnswer"
components={{
a: <a href="https://github.com/lukevella/Rallly" />,
a: <a href="https://github.com/lukevella/rallly" />,
}}
/>
</Disclosure.Panel>
@ -132,7 +132,7 @@ const Support: React.VoidFunctionComponent = () => {
i18nKey="canYouHelpMeSetUpRalllyAnswer"
components={{
a: (
<a href="https://github.com/lukevella/Rallly/discussions" />
<a href="https://github.com/lukevella/rallly/discussions" />
),
}}
/>