Skip to content

Commit

Permalink
Launch webiste - stage: 1 - Resolve errors
Browse files Browse the repository at this point in the history
  • Loading branch information
scienmanas committed Dec 14, 2024
1 parent 5779208 commit a046394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Website/Frontend/app/ui/universal/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@ export function Footer(): JSX.Element {
</div>

{/* Donations */}
<div className="donations flex flex-col gap-2">
<div className="donations flex flex-col gap-2 w-full items-start">
<div className="heading text-xl dark:text-neutral-200 text-neutral-700 font-semibold">
Support Us
</div>
<div className="text dark:text-neutral-200 text-neutral-700">
<div className="text dark:text-neutral-200 text-neutral-700 text-wrap max-w-[40rem]">
CertiMailer is a free and open-source project. We rely on
contributions from the community to keep it running. You can support
us by donating to the following addresses:
Expand Down

0 comments on commit a046394

Please sign in to comment.