@ramme-io/create-app 0.0.4 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ramme-io/create-app",
3
- "version": "0.0.4",
3
+ "version": "1.0.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "create-ramme-app": "./index.js"
@@ -37,7 +37,7 @@ const AvatarsSection = memo(() => (
37
37
  <Card id="elements-avatars" className="p-6 scroll-mt-20">
38
38
  <h3 className="text-2xl font-semibold mb-4 text-text">Avatars</h3>
39
39
  <div className="flex flex-wrap items-center gap-4">
40
- <Avatar name="Dane Troup" size="sm" />
40
+ <Avatar name="Bode Ditko" size="sm" />
41
41
  <Avatar name="Jane Doe" size="md" />
42
42
  <Avatar name="John Smith" size="lg" />
43
43
  <Avatar name="Ramme UI" src="https://github.com/ramme-io.png" size="lg" />