Skip to content

Commit

Permalink
update language
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanniser committed Oct 24, 2024
1 parent 758c520 commit f88f7fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "mcmaster-next",
"name": "next-master",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
11 changes: 2 additions & 9 deletions src/app/welcome-toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,8 @@ export function WelcomeToast() {
},
description: (
<>
This is a recreation of{" "}
<a
href="https://www.mcmaster.com/"
className="font-semibold text-green-800 hover:underline"
target="_blank"
>
McMaster.com
</a>{" "}
using Next.js. All of the 1M products on this site are AI generated.
This is a highly performant e-commerce template using Next.js. All
of the 1M products on this site are AI generated.
<hr className="my-2" />
This demo is to highlight the speed a full-stack Next.js site can
achieve.{" "}
Expand Down

0 comments on commit f88f7fd

Please sign in to comment.