We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d2562 commit 5acf77cCopy full SHA for 5acf77c
examples/spa-authentication/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "pwa-authentication",
+ "name": "spa-authentication",
3
"private": true,
4
"version": "0.0.0",
5
"type": "module",
examples/spa-authentication/src/App.tsx
@@ -30,7 +30,7 @@ function App() {
30
<>
31
<div className="mb-6 border-b border-gray-300 pb-3">
32
<h1 className="text-xl font-medium mb-2 text-black">
33
- Storefront Authentication Demo (PWA)
+ Storefront Authentication Demo (SPA)
34
</h1>
35
<p className="text-black">
36
Status:{" "}
0 commit comments