Skip to content

Commit a938ad6

Browse files
authored
fix(templates): correct typo in footer text (#14021)
### What? Fixed a typo in the ecommerce template footer component. Changed "Crafted by Prayload" → "Crafted by Payload" in `templates/ecommerce/src/components/Footer/index.tsx`. ### Why? Ensures correct branding and improves professionalism of the template. ### How? Updated the footer text string directly. Before: Crafted by Prayload After: Crafted by Payload
1 parent 9bcb7b0 commit a938ad6

File tree

1 file changed

+1
-1
lines changed
  • templates/ecommerce/src/components/Footer

1 file changed

+1
-1
lines changed

templates/ecommerce/src/components/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function Footer() {
5757
<p>Designed in Michigan</p>
5858
<p className="md:ml-auto">
5959
<a className="text-black dark:text-white" href="https://payloadcms.com">
60-
Crafted by Prayload
60+
Crafted by Payload
6161
</a>
6262
</p>
6363
</div>

0 commit comments

Comments
 (0)