File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,15 +181,15 @@ const BountyDetails = () => {
181181 } ;
182182
183183 const loginAlert = ( ) => {
184- toast . error ( "Login to cotinue reading" ) ;
184+ toast . error ( "Login to continue reading" ) ;
185185 } ;
186186
187187 return (
188188 < >
189189 { bounty ? (
190190 < div className = "w-full h-full flex" >
191191 < Dialog open = { open } onOpenChange = { loginAlert } >
192- < DialogContent className = "[&>button]:hidden bg-black" >
192+ < DialogContent className = "[&>button]:hidden bg-black" >
193193 < DialogHeader >
194194 < DialogTitle > Login</ DialogTitle >
195195 < DialogDescription >
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const Bounty = () => {
8787 } , [ bounties , counter , dispatch ] ) ;
8888
8989 const loginAlert = ( ) => {
90- toast . error ( "Login to cotinue reading" ) ;
90+ toast . error ( "Login to continue reading" ) ;
9191 } ;
9292
9393 return (
You can’t perform that action at this time.
0 commit comments