Skip to content

Commit 7e67cc8

Browse files
davidagustinclaude
andcommitted
fix: move donation strip below footer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0612020 commit 7e67cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ const App: React.FC = () => {
4444
<Projects />
4545
<Contact />
4646
</main>
47-
<Donation />
4847
<Footer />
48+
<Donation />
4949
</div>
5050
);
5151
};

0 commit comments

Comments
 (0)