Skip to content

Commit

Permalink
Add changes for agent contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritwik Srivastava committed Jun 19, 2024
1 parent d186630 commit c468ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/floatingagent/floatingagent.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function decorate(block) {
p(lic),
);

const contactButton = a({ class: 'contactagent', href: '/fragments/contact-property-form' }, 'Contact Agent');
const contactButton = a({ class: 'contactagent', href: '/fragments/contact-property-form' }, 'CONTACT AGENT');

block.append(
div({ class: 'floating-agent-col' }, agentPicture),
Expand Down

0 comments on commit c468ca4

Please sign in to comment.