Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 1aa857f

Browse files
Merge branch 'Weaverse:main' into main
2 parents 94f6659 + 906fd52 commit 1aa857f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/layout/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export function Footer() {
195195
{copyright}
196196
</p>
197197
<div className="flex justify-start lg:justify-center items-center order-1">
198-
<CountrySelector inputClassName="px-4 py-3" />
198+
<CountrySelector inputClassName="px-4 py-3" enableFlag={false} />
199199
</div>
200200
<div className="flex gap-4 justify-start md:justify-end order-2">
201201
{SOCIAL_ACCOUNTS.map((social) =>

0 commit comments

Comments
 (0)