Skip to content

Commit c07095a

Browse files
authored
Update packages/ui-components/src/Containers/Footer/index.tsx
Signed-off-by: Sebastian Beltran <[email protected]>
1 parent df2074c commit c07095a

File tree

1 file changed

+1
-1
lines changed
  • packages/ui-components/src/Containers/Footer

1 file changed

+1
-1
lines changed

packages/ui-components/src/Containers/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const Footer: FC<FooterProps> = ({
6868
as={as}
6969
pathname={pathname}
7070
>
71-
{index === 0 ? "&copy; " : ''}{item.text}
71+
{index === 0 ? "© " : ''}{item.text}
7272
</NavItem>
7373
))}
7474
</div>

0 commit comments

Comments
 (0)