[frameworks] Add "(v1)" suffix to "hydrogen" preset (#10320)

Now that the "remix" preset should be used for Hydrogen v2, it's not very clear that the "hydrogen" preset is only meant to be used for Hydrogen v1.

So add clarification in the "name" of the "hydrogen" preset to help remedy that.
This commit is contained in:
Nathan Rajlich
2023-08-09 19:32:57 -07:00
committed by GitHub
parent 97659c687b
commit 33d9c1b7f9
2 changed files with 6 additions and 1 deletions

View File

@@ -1691,7 +1691,7 @@ export const frameworks = [
defaultVersion: '0.13.0', // Must match the build image
},
{
name: 'Hydrogen',
name: 'Hydrogen (v1)',
slug: 'hydrogen',
demo: 'https://hydrogen-template.vercel.app',
logo: 'https://api-frameworks.vercel.sh/framework-logos/hydrogen.svg',