Skip to content

Commit

Permalink
Corrected all look issues
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopkarnik committed Jul 12, 2024
1 parent 28265c7 commit e8af6f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Settings = () => {

return (
<div className='my-4 flex flex-col w-[95%] mx-[2.5%] '>
<h1 className='text-2xl font-medium mb-4'>Create or Attach your Financial Notion DBs</h1>
<h1 className='text-2xl font-medium my-4 text-center'>Create or Attach your Financial Notion DBs</h1>
<DbSelection title='Accounts Notion Db' name='Accounts' fieldName="accountsDb"/>
<DbSelection title='Transactions Notion Db' name='Transactions' fieldName="transactionsDb"/>
<DbSelection title='Budget Notion Db' name='MonthlyBudget' fieldName="monthlyBudgetDb"/>
Expand Down

0 comments on commit e8af6f3

Please sign in to comment.