Skip to content

Commit

Permalink
Last footer spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickick committed Apr 3, 2023
1 parent 0e48733 commit 9ee667c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export const Footer = ({ webProperty }: FooterProps) => (
: 'https://originprotocol.com'
}
target="_blank"
className="ml-4 md:ml-0"
rel="noreferrer"
>
<Typography.Caption>
Expand All @@ -159,7 +160,11 @@ export const Footer = ({ webProperty }: FooterProps) => (
>
<Typography.Caption>GitHub</Typography.Caption>
</a>
<a href="https://originprotocol.com/blog#press" target="_self">
<a
className="ml-4 md:ml-0"
href="https://originprotocol.com/blog#press"
target="_self"
>
<Typography.Caption>Press</Typography.Caption>
</a>
</div>
Expand Down

0 comments on commit 9ee667c

Please sign in to comment.