Skip to content

Commit 63e5811

Browse files
author
carycooper777
committed
fix: address issue #120 - automated contribution
Source: GitHub-TypeScript Reward: 声誉+经验 Closes #120
1 parent ee56062 commit 63e5811

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/app-footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ export function AppFooter() {
6666
dir === "rtl" ? "md:flex-row-reverse" : "md:flex-row"
6767
)}
6868
>
69-
<span>{t("footer.summary")}</span>
70-
<span>{t("footer.tagline")}</span>
69+
<span> className="items-center text-center"{t("footer.summary")}</span>
70+
<span> className="items-center text-center"{t("footer.tagline")}</span>
7171
</div>
7272
</div>
7373
</footer>

0 commit comments

Comments
 (0)