Skip to content

Commit 7ef0a4d

Browse files
refactor: code cleanup
1 parent 84f3438 commit 7ef0a4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/sections/homepage/OpenSource.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ import { useTranslation } from "next-i18next";
1111
*/
1212

1313
export default function OpenSource() {
14-
const { t } = useTranslation();
14+
const { t } = useTranslation();
1515
return (
1616
<div className="text-4xl lg:text-5xl pt-24 flex flex-col text-wrap space-y-2">
1717
<p >
1818
{t("footer.open.source")}
19-
<br className="block md:hidden lg:block"/>
19+
<br className="block md:hidden lg:block" />
2020
<Link href="https://github.com/dacadeorg/dacade-frontend-app" target="_blank" className="text-primary items-center space-x-2">
2121
<span> {t("footer.open.source.contribute")}</span>
2222
<ArrowRightIcon className="w-6.5 h-5.5 inline-flex" />

0 commit comments

Comments
 (0)