Skip to content

Commit 5acf77c

Browse files
committed
feat: rename to spa
1 parent c6d2562 commit 5acf77c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/spa-authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pwa-authentication",
2+
"name": "spa-authentication",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

examples/spa-authentication/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function App() {
3030
<>
3131
<div className="mb-6 border-b border-gray-300 pb-3">
3232
<h1 className="text-xl font-medium mb-2 text-black">
33-
Storefront Authentication Demo (PWA)
33+
Storefront Authentication Demo (SPA)
3434
</h1>
3535
<p className="text-black">
3636
Status:{" "}

0 commit comments

Comments
 (0)