Skip to content

Commit

Permalink
updated contact-us
Browse files Browse the repository at this point in the history
  • Loading branch information
ArshiaAdhya committed Feb 19, 2024
1 parent 9910d68 commit c19376e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/contact-us/contact-us.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import { FooterComponent } from '../footer/footer.component';
<p class="w-full px-8"><input name="subject" type="text" class="w-full bg-transparent focus:outline-none border-x-0 border-t-0 border-b-blue-800 border-b-2"><br></p>
<p class="text-left w-full p-8 font-thin text-xl"><label for="Message" >Message</label><br></p>
<p class="w-full p-8"><input name="Message" type="text" class="w-full bg-transparent focus:outline-none border-x-0 border-t-0 border-b-blue-800 border-b-2"><br></p>
<button class="bg-blue-800 hover:bg-blue-900 transform translate-x-4 w-full m-8 py-2 rounded-md text-white font-extralight text-xl">Submit</button>
</div>
</div>
</div>
Expand Down

0 comments on commit c19376e

Please sign in to comment.