Skip to content

Commit 5352769

Browse files
committed
klue
1 parent c7cea24 commit 5352769

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/shop/metal-mart-frontend/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export default function Home() {
185185
<div className="mx-auto max-w-6xl">
186186
{hasProducts && (
187187
<h1 className="hand-drawn-underline mb-10 inline-block text-3xl font-bold tracking-tight text-slate-900 sm:text-4xl md:text-5xl">
188-
Featured products
188+
Featured Swag Klue!
189189
</h1>
190190
)}
191191
{hasProducts ? (

apps/shop/order-service/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ async function createOrderDirect(
213213
tenant,
214214
});
215215

216-
return { orderId, status: "confirmed" };
216+
return { orderId, status: "confirmed klue" };
217217
}
218218

219219
app.post("/orders", async (req, res) => {

0 commit comments

Comments
 (0)