Skip to content

Commit

Permalink
fix missing link
Browse files Browse the repository at this point in the history
  • Loading branch information
depapp committed Aug 29, 2024
1 parent 60fcf1b commit c79bf20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/HomeMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ const HomeMessage = () => {
ya 🙇🏻‍♂️
</p> */}
<div style={{ display: 'flex', justifyContent: 'left' }}>
<ButtonSupport>Dukung proyek ini</ButtonSupport>
<Link href="https://github.com/depapp/PamerAjaDulu" target="_blank">
<ButtonSupport>Dukung proyek ini</ButtonSupport>
</Link>
</div>
</div>
);
Expand Down

0 comments on commit c79bf20

Please sign in to comment.