create-athenea-app 1.0.1 → 1.0.3
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
package/template/package.json
CHANGED
|
Binary file
|
|
@@ -6,7 +6,7 @@ export default function Home() {
|
|
|
6
6
|
return (
|
|
7
7
|
<div className="home">
|
|
8
8
|
<h1 className="home-title">¡Bienvenido a __APP_TITLE__!</h1>
|
|
9
|
-
<img className="home-logo" src="../../public/logo.
|
|
9
|
+
<img className="home-logo" src="../../public/logo.png" alt="" />
|
|
10
10
|
<Counter />
|
|
11
11
|
</div>
|
|
12
12
|
);
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
2
|
-
<defs>
|
|
3
|
-
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
4
|
-
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
|
|
5
|
-
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
|
|
6
|
-
</linearGradient>
|
|
7
|
-
</defs>
|
|
8
|
-
<circle cx="50" cy="50" r="45" fill="url(#grad)"/>
|
|
9
|
-
<text x="50" y="62" font-family="Arial, sans-serif" font-size="36" font-weight="bold" fill="white" text-anchor="middle">A</text>
|
|
10
|
-
</svg>
|