Browse Source

chore(dashboard): Update pre-release wording

Michael Bromley 8 months ago
parent
commit
c7ab3b2a94

+ 1 - 5
packages/dashboard/src/lib/components/layout/prerelease-popup.tsx

@@ -11,17 +11,13 @@ export function PrereleasePopup() {
             description: (
             description: (
                 <div className="space-y-2">
                 <div className="space-y-2">
                     <p>
                     <p>
-                        This is an <span className="font-bold">alpha</span> version of our new Vendure
+                        This is a <span className="font-bold">beta</span> version of our new Vendure
                         Dashboard!
                         Dashboard!
                     </p>
                     </p>
                     <p>
                     <p>
                         This release allows you to explore the new interface and functionality, but it's not
                         This release allows you to explore the new interface and functionality, but it's not
                         yet ready for production use.
                         yet ready for production use.
                     </p>
                     </p>
-                    <p>
-                        If you find missing or broken functionality, you don't need to report it on GitHub at
-                        this point - we're already working on it!
-                    </p>
                 </div>
                 </div>
             ),
             ),
             duration: 1000 * 60,
             duration: 1000 * 60,