Skip to content

Commit

Permalink
donation style change
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Aug 22, 2024
1 parent a4902b1 commit 0aad149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/solid/molecules/Donations/Donations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { t } from "@/i18n";

export const Donations: Component = () => {
return (
<div class={"flex gap-4"}>
<div class={"flex gap-4 flex-wrap"}>
<LinkButton
size={"small"}
color={"primary"}
Expand Down

0 comments on commit 0aad149

Please sign in to comment.