mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-22 05:16:23 +02:00
User lowercase for repo
This commit is contained in:
parent
7f11d79e49
commit
6c2ca12786
6 changed files with 18 additions and 13 deletions
|
@ -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" />
|
||||
),
|
||||
}}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue