Skip to content

Commit

Permalink
Adding disclaimer to bottom of the page.
Browse files Browse the repository at this point in the history
  • Loading branch information
UniqueClone committed Jul 15, 2024
1 parent 73ac9a4 commit bc3e04b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/MortgageComparison/MortgageComparison.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ export const MortgageComparison: React.FC<MortgageComparisonProps> = () => {

<br />

<Text variant="medium" style={{ maxWidth: "60%" }}>
<strong>Disclaimer:</strong> This is a simple mortgage
comparison tool that calculates monthly payments based on the
interest rate, loan amount, and term. The numbers are all
estimates based on my own experience and research. Always
consult with a financial advisor before making any decisions.
</Text>

<Text variant="medium">
If you found this useful, consider{" "}
<Link
Expand Down

0 comments on commit bc3e04b

Please sign in to comment.