From 809280d1c561a18e494580e83c217b4c887fc2f7 Mon Sep 17 00:00:00 2001 From: Devkuni <155117116+detrina@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:39:19 +0100 Subject: [PATCH] fix: correct spelling and grammar mistakes in changelog (#1743) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6420f328d..17ec88ed3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -420,7 +420,7 @@ export type LifeCycleStatus = - **feat**: updated view transaction link experience. By @abcrane123 #1016 ccfc47f - **fix**: modified `Avatar` component to handle images with varying height/width ratio. By @kirkas #1058 - **chore**: removed console.log statement in `useWriteContracts`. By @abcrane123 #1048 -- **feat**: added mobile drawer for `Wallet` experinece, and `useBreakpoints` hook. By @abcrane123 #1045 +- **feat**: added mobile drawer for `Wallet` experience, and `useBreakpoints` hook. By @abcrane123 #1045 - **feat**: introduced `onStatus` listener, to help expose the internal `Transaction`'s component lifecycle.By @zizzamia #1034 #1047 #1055 - **feat**: added `WalletDropdownFundLink` component as dropdown link for the keys.coinbase.com funding flow.By @0xAlec #1021 - **chore**: increased `Wallet` dropdown png size to 18x18. By @cpcramer #1041 #1064 @@ -945,7 +945,7 @@ Features - **fix**: swap `Token` pair mode. By @kyhyco #566 5347ea9 - **feat**: added input delay to `SwapAmountInput`. By @kyhyco #563 -- **feat**: addeded swappable tokens to `SwapAmountInput`. By @abcrane123 #561 +- **feat**: added swappable tokens to `SwapAmountInput`. By @abcrane123 #561 - **fix**: updated Smart Wallet util. By @lukasrosario #564 - **chore**: updated `isWalletASmartWallet` name to be `isWalletACoinbaseSmartWallet`. We want to explicitly state that this is checking for Coinbase Smart Wallets. By @cpcramer #562 - **feat**: enableded linting in CI. By @zizzamia #559