Skip to content

Commit ecc60ba

Browse files
committed
fix: add missing closing tag
1 parent 3b31542 commit ecc60ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function Footer({ introRef }: { introRef: RefObject<any> }) {
3939
{t("proudly-built-phrase")}
4040
</div>
4141
<div>{t("built-with-love")}</div>
42-
<div>Logos have been crafted by Delphic Melody (@furtivetardigrade on Discord) and @zandrro. ❤️
42+
<div>Logos have been crafted by Delphic Melody (@furtivetardigrade on Discord) and @zandrro. ❤️</div>
4343
<div>Wallpapers & other art are made by <a className={"underline"} href={"https://ko-fi.com/chandeleer"} target={"_blank"}>Chandeleer</a> ❤️</div>
4444
<div
4545
className={

0 commit comments

Comments
 (0)