Skip to content

Commit

Permalink
Merge pull request #68 from adityakhattri21/new
Browse files Browse the repository at this point in the history
Minor Fixes
  • Loading branch information
adityakhattri21 authored Nov 26, 2023
2 parents fe08d44 + d81749e commit 756d8ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/Form/Form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const Form = () => {
else
toast.error(`Uh-Oh! ${error.details}`,{duration:3000});
reset()
setDisplay(false);
setUsnInput("")
setRegInput("")
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/sections/Cta.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Cta = ({
<div className='container'>
<div className={innerClasses}>
<div className='cta-slogan'>
<h3 className='m-0'>Hackathon and more...!!</h3>
<h3 className='m-0'>Unleash Possibilities : Point Blank is Recruiting !!!</h3>
</div>
<div className='cta-action'>
{/*<Input id="newsletter" type="email" label="Subscribe" labelHidden hasIcon="right" placeholder="Email Id">
Expand Down
1 change: 0 additions & 1 deletion src/views/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const Home = () => {
<>
<Hero className='illustration-section-01' />
<a name='ffteams'></a>
<Cta split />
<br></br>
<br></br>

Expand Down

0 comments on commit 756d8ea

Please sign in to comment.