Skip to content

Commit

Permalink
Update src/content/design-system/patterns/country-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
KateMacdonald authored Mar 26, 2024
1 parent d7daae4 commit 7420606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<div>
{MOCK_COUNTRIES.map(({ title, id, payees }) => (
<div key={id} className="flex flex-col gap-3">
<h3 className="m-0 border-b border-b-border pb-1 font-normal">{title}</h3>
<h3 className="m-0 font-normal">{title}</h3>
<div>
{payees.map(({ name, svg }) => {
return (
Expand Down

0 comments on commit 7420606

Please sign in to comment.