We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f3438 commit 7ef0a4dCopy full SHA for 7ef0a4d
src/components/sections/homepage/OpenSource.tsx
@@ -11,12 +11,12 @@ import { useTranslation } from "next-i18next";
11
*/
12
13
export default function OpenSource() {
14
- const { t } = useTranslation();
+ const { t } = useTranslation();
15
return (
16
<div className="text-4xl lg:text-5xl pt-24 flex flex-col text-wrap space-y-2">
17
<p >
18
{t("footer.open.source")}
19
- <br className="block md:hidden lg:block"/>
+ <br className="block md:hidden lg:block" />
20
<Link href="https://github.com/dacadeorg/dacade-frontend-app" target="_blank" className="text-primary items-center space-x-2">
21
<span> {t("footer.open.source.contribute")}</span>
22
<ArrowRightIcon className="w-6.5 h-5.5 inline-flex" />
0 commit comments