Skip to content

Commit

Permalink
feat(app): add header to compound interest calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktimsaikia committed Jul 29, 2024
1 parent c594d4e commit 24916d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ export default function App() {

return (
<main className="flex flex-col justify-center items-center h-screen font-medium text-gray-800 bg-[#f9fafb]">
<h1 className="text-xl font-semibold mb-10 opacity-35">
Compound Interest Calculator
</h1>
<div className="w-[41rem]">
<div className="flex flex-col space-y-12 shadow-xl bg-white rounded-lg p-12">
<div>
Expand Down

0 comments on commit 24916d3

Please sign in to comment.